@charset "utf-8";
/* CSS Document */
body {
  padding-top: 80px;
  text-align: justify;
}
.header {
  height: 80px;
  background: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.header .logo {
  top: 11px;
  left: 40px;
}
.header .header_right {
  position: absolute;
  right: 0;
  top: 0%;
  height: 80px;
}
.header .hotline {
  height: 80px;
  background: #FF8706;
  width: 310px;
  text-align: center;
  padding-top: 10px;
  position: relative;
  cursor: pointer;
}
.header .hotline .hotline_show.on .note img {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.header .hotline .number {
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  font-family: "en";
}
.header .hotline .note {
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  margin-top: 5px;
  padding-right: 40px;
}
.header .hotline .note img {
  margin-left: 10px;
  position: relative;
  top: -4px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header .hotline .cg_tk {
  width: 570px;
  background: #FFFFFF;
  padding: 40px 60px 80px;
  position: absolute;
  right: 0;
  top: 100%;
  text-align: left;
  display: none;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
}
.header .hotline .cg_tk .tit {
  font-size: 24px;
  color: #000C32;
  line-height: 24px;
}
.header .hotline .cg_tk .cont {
  padding-top: 8px;
}
.header .hotline .cg_tk .cont .item {
  margin-top: 20px;
  position: relative;
  height: 60px;
  border-radius: 3px;
  background: #F7F7F7;
  z-index: 2;
}
.header .hotline .cg_tk .cont .item .inp1 {
  height: 60px;
  background: #F7F7F7;
  border-radius: 3px;
  display: block;
  padding-left: 80px;
  color: #696969;
  font-size: 20px;
  width: 100%;
  border: 0;
}
.header .hotline .cg_tk .cont .item .icon {
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header .hotline .cg_tk .cont .item .inp2 {
  width: 250px;
  height: 60px;
  display: block;
  padding-left: 80px;
  color: #696969;
  font-size: 20px;
  background: none;
  border: 0;
}
.header .hotline .cg_tk .cont .item .item_abs {
  height: 62px;
  width: 130px;
  position: absolute;
  left: 220px;
  top: 0;
  text-align: center;
  line-height: 62px;
  color: #696969;
  font-size: 20px;
  cursor: pointer;
}
.header .hotline .cg_tk .cont .item .item_abs:before {
  content: '';
  width: 2px;
  height: 18px;
  background: #696969;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
}
.header .hotline .cg_tk .cont .item .f_select {
  width: 100%;
  height: 100%;
  position: relative;
}
.header .hotline .cg_tk .cont .item .f_select .note {
  color: #696969;
  padding-left: 80px;
  font-size: 20px;
  line-height: 60px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: url(../images/xiajian1.png) no-repeat 95% center;
}
.header .hotline .cg_tk .cont .item .f_select .note.on {
  background: url(../images/shangjian1.png) no-repeat 95% center;
}
.header .hotline .cg_tk .cont .item .f_select .f_xl {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  display: none;
}
.header .hotline .cg_tk .cont .item .f_select .f_xl ul li {
  height: 50px;
  line-height: 50px;
  padding-left: 80px;
  font-size: 20px;
  color: #696969;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header .hotline .cg_tk .cont .item .f_select .f_xl ul li:hover {
  background: #FF8706;
  padding-left: 90px;
  color: #fff;
}
.header .hotline .cg_tk .cont .item_bot {
  font-size: 18px;
  color: #696969;
  line-height: 24px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
}
.f_xl ul {
  max-height: 300px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.f_select {
  position: relative;
}
.f_select.f_select1 {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: left;
}
.f_select.f_select1 .note {
  color: #696969;
  font-size: 20px;
  line-height: 60px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: url(../images/xiajian1.png) no-repeat 95% center;
}
.f_select.f_select1 .note.on {
  background: url(../images/shangjian1.png) no-repeat 95% center;
}
.f_select.f_select1 .f_xl {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  display: none;
}
.f_select.f_select1 .f_xl ul li {
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
  font-size: 20px;
  color: #696969;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.f_select.f_select1 .f_xl ul li:hover {
  background: #FF8706;
  padding-left: 40px;
  color: #fff;
}
.f_select.f_select2 {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: left;
}
.f_select.f_select2:hover {
  z-index: 2;
}
.f_select.f_select2 .f_xl {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 999;
}
.f_select.f_select2 .f_xl ul {
  max-height: 150px;
}
.f_select.f_select2 .f_xl ul li a {
  height: 36px;
  line-height: 36px;
  padding-left: 25px;
  font-size: 16px;
  color: #696969;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
  overflow: hidden;
}
.f_select.f_select2 .f_xl ul li a:hover {
  background: #FF8706;
  padding-left: 30px;
  color: #fff;
}
.header .hotline .cg_tk .cont .item_bot a {
  color: #FF8706;
  cursor: pointer;
}
.header .hotline .cg_tk .cont .item_btn {
  margin-top: 55px;
}
.header .hotline .cg_tk .cont .item_btn .btn1 {
  width: 200px;
  height: 66px;
  background: url(../images/baijian.png) no-repeat 155px center #FF8F18;
  opacity: 0.93;
  border-radius: 3px;
  padding-left: 20px;
  color: #fff;
  font-size: 22px;
  text-align: left;
  border: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.header .hotline .cg_tk .cont .item_btn .btn1:hover {
  background: url(../images/baijian.png) no-repeat 165px center #FF8F18;
}
.header .search {
  border-left: solid 2px #D1D1D1;
  width: 82px;
  height: 80px;
  position: relative;
}
.header .search.on .icon {
  background: url(../images/chacha.png) no-repeat center center;
}
.header .search .icon {
  width: 100%;
  height: 100%;
  background: url(../images/fdj.png) no-repeat center center;
  cursor: pointer;
}
.header .search .search_tk {
  width: 384px;
  height: 70px;
  background: #FFFFFF;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 100%;
  right: 0;
  padding: 10px;
  display: none;
}
.header .search .search_tk .item {
  width: 100%;
  height: 100%;
}
.header .search .search_tk .item .inp1 {
  width: 100%;
  height: 100%;
  background: #f7f6f9;
  border: 0;
  color: #696969;
  font-size: 20px;
  padding-left: 10px;
}
.header .search .search_tk .item .btn1 {
  width: 50px;
  height: 50px;
  background: url(../images/fdj1.png) no-repeat center center #FF8706;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
}
.header .dingwei {
  padding-right: 30px;
  line-height: 80px;
  color: #000C32;
  font-size: 20px;
  font-family: "微软雅黑";
}
.header .dingwei span {
  color: #FF8706;
}
.header .index_nav {
  padding-right: 50px;
}
.header .index_nav > ul > li {
  margin-left: 30px;
  position: relative;
}
.header .index_nav > ul > li > a {
  color: #000C32;
  font-size: 20px;
  line-height: 80px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header .index_nav > ul > li > a:hover,
.header .index_nav > ul > li > a.on {
  color: #FF8706;
}
.header .index_nav > ul > li .xl {
  display: none;
  position: absolute;
  width: 262px;
  padding-top: 39px;
  padding-bottom: 39px;
  left: 50%;
  margin-left: -131px;
  top: 100%;
  background: #FCFCFC;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
}
.header .index_nav > ul > li .xl:before {
  content: '';
  width: 6px;
  height: 5px;
  background: url(../images/xiaojian.png) no-repeat center center;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: -5px;
}
.header .index_nav > ul > li .xl li a {
  height: 50px;
  line-height: 50px;
  display: block;
  padding-left: 48px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 20px;
  color: #000C32;
}
.header .index_nav > ul > li .xl li a:hover {
  background: #FF8706;
  color: #fff;
  padding-left: 68px;
}
.banner .swiper-slide > img {
  width: 100%;
}
.banner .swiper-slide .item_abs {
  bottom: 180px;
  left: 50%;
  margin-left: -550px;
  width: 1100px;
}
.banner .swiper-slide .item_abs .tit {
  font-size: 72px;
  font-weight: 400;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 88px;
  text-shadow: 0px 0px 9px rgba(35, 21, 14, 0.5);
}
.banner .swiper-slide .item_abs .note {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 40px;
  margin-top: 40px;
  max-width: 790px;
}
.banner .swiper-slide .item_abs .more {
  margin-top: 35px;
}
.banner .swiper-slide .item_abs .more a {
  width: 200px;
  height: 66px;
  background: #FF8706;
  border-radius: 3px;
  line-height: 70px;
  color: #fff;
  font-size: 22px;
  display: block;
  text-align: center;
}
.banner .swiper-slide .item_abs .more a:hover img {
  margin-left: 40px;
}
.banner .swiper-slide .item_abs .more a img {
  margin-left: 30px;
}
.banner .banner_btn {
  position: absolute;
  bottom: 55px;
  left: 50%;
  margin-left: -550px;
  z-index: 3;
}
.banner .banner_btn .prev {
  width: 34px;
  height: 34px;
  cursor: pointer;
  background: url(../images/zuojian.png) no-repeat center center;
}
.banner .banner_btn .prev:hover {
  background: url(../images/zuojian1.png) no-repeat center center;
}
.banner .banner_btn .next {
  width: 34px;
  height: 34px;
  cursor: pointer;
  background: url(../images/youjian.png) no-repeat center center;
}
.banner .banner_btn .next:hover {
  background: url(../images/youjian1.png) no-repeat center center;
}
.banner .banner_btn .swiper_sum {
  color: #fff;
}
.banner .swiper_nav {
  bottom: 71px!important;
  margin-right: -550px;
  width: 915px!important;
}
.banner .swiper_nav .swiper-pagination-bullet {
  background: #fff;
}
.swiper_btn {
  position: absolute;
  bottom: -55px;
  left: 50%;
  margin-left: -650px;
  z-index: 3;
}
.swiper_btn.style2 {
  bottom: 0;
}
.swiper_btn.style2 .prev {
  background: url(../images/zuojian3.png) no-repeat center center;
}
.swiper_btn.style2 .prev:hover {
  background: url(../images/zuojian1.png) no-repeat center center;
}
.swiper_btn.style2 .next {
  background: url(../images/youjian3.png) no-repeat center center;
}
.swiper_btn.style2 .next:hover {
  background: url(../images/youjian1.png) no-repeat center center;
}
.swiper_btn.style3 {
  bottom: 0;
}
.swiper_btn.style3 .prev {
  opacity: 0.3;
  background: url(../images/zuojian.png) no-repeat center center !important;
}
.swiper_btn.style3 .prev:hover {
  opacity: 1;
}
.swiper_btn.style3 .next {
  opacity: 0.3;
  background: url(../images/youjian.png) no-repeat center center !important;
}
.swiper_btn.style3 .next:hover {
  opacity: 1;
}
.swiper_btn.style3 .swiper_sum {
  color: #fff;
}
.swiper_btn.style4 {
  bottom: 0;
}
.swiper_btn.style4 .prev {
  background: url(../images/zuojian.png) no-repeat center center !important;
}
.swiper_btn.style4 .prev:hover {
  opacity: 1;
}
.swiper_btn.style4 .next {
  background: url(../images/youjian.png) no-repeat center center !important;
}
.swiper_btn.style4 .next:hover {
  opacity: 1;
}
.swiper_btn.style4 .swiper_sum {
  color: #fff;
}
.swiper_btn .prev {
  width: 34px;
  height: 34px;
  cursor: pointer;
  background: url(../images/zuojian2.png) no-repeat center center;
}
.swiper_btn .prev:hover {
  background: url(../images/zuojian1.png) no-repeat center center;
}
.swiper_btn .next {
  width: 34px;
  height: 34px;
  cursor: pointer;
  background: url(../images/youjian2.png) no-repeat center center;
}
.swiper_btn .next:hover {
  background: url(../images/youjian1.png) no-repeat center center;
}
.swiper_nav.style4 .swiper-pagination-bullet {
  height: 2px;
  border-radius: 0!important;
  margin-left: 0!important;
  margin-right: 0!important;
  float: left;
  background: #fff;
  opacity: 1;
  position: relative;
}
.swiper_nav.style4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
  top: -3px;
  height: 5px;
}
.swiper_btn .swiper_sum {
  text-align: center;
  color: #FF8706;
  font-size: 18px;
  z-index: 3;
  width: 80px;
}
.swiper_btn .swiper_sum .cur {
  font-size: 24px;
}
.swiper_nav {
  width: 1115px!important;
  position: absolute;
  right: 50%;
  margin-right: -650px;
  box-sizing: border-box;
  height: 2px;
  left: auto!important;
  bottom: 15px!important;
}
.swiper_nav .swiper-pagination-bullet {
  height: 2px;
  border-radius: 0!important;
  margin-left: 0!important;
  margin-right: 0!important;
  float: left;
  background: #D1D1D1;
  opacity: 1;
  position: relative;
}
.swiper_nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #FF8706;
  top: -3px;
  height: 5px;
}
.pub_tit {
  text-align: center;
}
.pub_tit.pub_white .tit {
  color: #fff;
}
.pub_tit.pub_white .tit1 {
  color: #fff;
}
.pub_tit.tl {
  text-align: left;
}
.pub_tit .tit {
  font-size: 20px;
  font-family: 'cn';
  color: #FF8706;
  line-height: 20px;
}
.pub_tit .tit1 {
  font-size: 36px;
  font-family: 'cnb';
  font-weight: 400;
  color: #000C32;
  line-height: 36px;
  margin-top: 19px;
}
.w {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.index_main1 {
  background: url(../images/m1bg.jpg) no-repeat center center;
  background-size: cover!important;
}
.index_main1 .cont {
  font-size: 0;
  padding-top: 60px;
  margin-left: -70px;
  margin-right: -70px;
}
.index_main1 .cont .item {
  margin-top: -1px;
  margin-left: -1px;
  margin-left: 64px;
  margin-right: 64px;
}
.index_main1 .cont .item .tit {
  font-size: 20px;
  color: #696969;
  line-height: 20px;
}
.index_main1 .cont .item .tit span {
  font-size: 80px;
  font-weight: bold;
  color: #FF8706;
  line-height: 80px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'en';
}
.index_main1 .cont .item .hengxian {
  width: 70px;
  height: 1px;
  border: 1px solid #FF8706;
  margin-top: 25px;
  margin-bottom: 30px;
}
.index_main1 .cont .item .note {
  font-size: 20px;
  color: #696969;
  line-height: 20px;
  padding-bottom: 4px;
}
.index_main1 .more {
  margin-top: 76px;
}
.index_main1 .more a {
  width: 406px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.index_more.more_white a {
  background: #fff;
  color: #FF8706;
}
.index_more a {
  width: 200px;
  height: 66px;
  background: #FF8706;
  border-radius: 3px;
  line-height: 66px;
  text-align: center;
  color: #fff;
  font-size: 22px;
}
.index_more a:hover img {
  margin-left: 55px;
}
.index_more a img {
  margin-left: 45px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.index_main2 {
  overflow: hidden;
}
.index_main2.sq_main1 {
  padding-bottom: 120px;
}
.index_main2.sq_main1 .index_m2 {
  margin-top: 0;
}
.index_main2.sq_main1 .index_more {
  margin-top: 80px;
}
.index_main2.sq_main1 .index_more a {
  width: 222px;
}
.index_main2.sq_main1 .index_more a:hover img {
  margin-left: 30px;
}
.index_main2.sq_main1 .index_more a img {
  margin-left: 20px;
}
.index_main2 .cont {
  margin-top: 60px;
  margin-left: -20px;
  margin-right: -20px;
}
.index_main2 .cont .item {
  width: 20%;
  padding-left: 20px;
  padding-right: 20px;
}
.index_main2 .cont .item .item1 {
  background: #F7F7F7;
  padding-top: 64px;
  padding-bottom: 64px;
  color: #000C32;
  font-size: 24px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  line-height: 24px;
}
.index_main2 .cont .item .item1:hover {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.index_main2 .cont .item .item1:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.index_main2 .cont .item .item1 img {
  margin-bottom: 28px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.index_main2 .index_m2 {
  margin-top: 120px;
}
.index_main2 .index_m2 .fl {
  width: 50%;
}
.index_main2 .index_m2 .fl img {
  width: 100%;
}
.index_main2 .index_m2 .item:hover .pic1 {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.index_main2 .index_m2 .m2_m {
  width: 50%;
  height: 100%;
  left: 50%;
  top: 0;
}
.index_main2 .index_m2 .m2_m .itema {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 16px;
  padding-top: 8px;
  margin-top: -8px;
}
.index_main2 .index_m2 .m2_m .itema:nth-child(2) {
  left: auto;
  right: 0;
}
.index_main2 .index_m2 .m2_m .itema:nth-child(3) {
  top: auto;
  bottom: 0;
}
.index_main2 .index_m2 .m2_m .itema:nth-child(4) {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.index_main2 .index_m2 .m2_m .itema .item {
  width: 100%;
  height: 100%;
}
.index_main2 .index_m2 .m2_m .itema .item .pic1 {
  width: 100%;
  height: 100%;
  background-size: cover!important;
}
.index_main2 .index_more {
  margin-top: 80px;
}
.index_main3 {
  height: 847px;
  background-size: cover!important;
}
.index_main3 .note {
  width: 750px;
  font-size: 20px;
  color: #696969;
  line-height: 40px;
  margin-top: 18px;
}
.index_main3 .list {
  margin-top: 40px;
}
.index_main3 .list li {
  font-size: 18px;
  color: #696969;
  line-height: 20px;
  margin-top: 20px;
}
.index_main3 .list li img {
  margin-right: 6px;
}
.index_main3 .index_more {
  margin-top: 80px;
}
.index_main4 {
  background: url(../images/m4bg.jpg) no-repeat center center;
  background-size: cover!important;
}
.index_main4.sq_main5 {
  padding-bottom: 70px;
}
.index_main4.sq_main5 .swiper-container {
  padding-bottom: 70px;
  margin-top: 60px;
}
.index_main4.sq_main5 .swiper_btn {
  bottom: 0;
}
.index_main4.sq_main5 .swiper_btn .prev {
  width: 34px;
  height: 34px;
  left: 0;
  position: static;
  margin-top: 0;
  background-size: cover!important;
}
.index_main4.sq_main5 .swiper_btn .next {
  width: 34px;
  height: 34px;
  right: 0;
  position: static;
  margin-top: 0;
  background-size: cover!important;
}
.index_main4.sq_main5 .swiper-pagination-bullet {
  height: 2px;
  border-radius: 0!important;
  margin-left: 0!important;
  margin-right: 0!important;
  float: left;
  background: #D1D1D1;
  opacity: 1;
  position: relative;
}
.index_main4.sq_main5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
  top: -3px;
  height: 5px;
}
.index_main4.sq_main5 .index_m4 .swiper-slide .pic {
  width: 240px;
  height: 320px;
  border: solid 5px rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}
.index_main4.sq_main5 .index_m4 .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_main4 .index_m4 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 60px;
  position: relative;
}
.index_main4 .index_m4 .prev {
  width: 25px;
  height: 40px;
  background: url(../images/zuojiana.png) no-repeat center center;
  position: absolute;
  left: -100px;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  opacity: 0.8;
}
.index_main4 .index_m4 .prev:hover {
  opacity: 1;
}
.index_main4 .index_m4 .next {
  width: 25px;
  height: 40px;
  background: url(../images/youjiana.png) no-repeat center center;
  position: absolute;
  right: -100px;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  opacity: 0.8;
}
.index_main4 .index_m4 .next:hover {
  opacity: 1;
}
.index_main4 .index_m4 .swiper-slide .pic {
  width: 240px;
  height: 320px;
  border: solid 5px rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}
.index_main4 .index_m4 .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_main5 .m5_tit {
  font-size: 30px;
  line-height: 30px;
  color: #000C32;
}
.index_main5 .m5_tit img {
  margin-right: 10px;
}
.index_main5 .index_m51 {
  margin-top: 78px;
}
.index_main5 .index_m51 .cont {
  margin-top: 60px;
}
.index_main5 .index_m51 .pic {
  overflow: hidden;
  width: 894px;
}
.index_main5 .index_m51 .pic:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.index_main5 .index_m51 .pic a {
  display: none;
}
.index_main5 .index_m51 .pic img {
  width: 894px;
  display: block;
}
.index_main5 .index_m51 .cont_abs {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 550px;
}
.index_main5 .index_m51 .cont_abs ul {
  margin-bottom: 0;
}
.index_main5 .index_m51 .cont_abs ul li {
  background: #F7F7F7;
  padding: 40px;
}
.index_main5 .index_m51 .cont_abs ul li:hover,
.index_main5 .index_m51 .cont_abs ul li.on {
  background: #FF8706;
}
.index_main5 .index_m51 .cont_abs ul li:hover .date,
.index_main5 .index_m51 .cont_abs ul li.on .date {
  color: #fff;
}
.index_main5 .index_m51 .cont_abs ul li:hover .cont2 .tit,
.index_main5 .index_m51 .cont_abs ul li.on .cont2 .tit {
  color: #fff;
}
.index_main5 .index_m51 .cont_abs ul li:hover .cont2 .more a,
.index_main5 .index_m51 .cont_abs ul li.on .cont2 .more a {
  color: #fff;
}
.index_main5 .index_m51 .cont_abs ul li:hover .cont2 .more a .jian,
.index_main5 .index_m51 .cont_abs ul li.on .cont2 .more a .jian {
  margin-left: 35px;
  background: url(../images/baijian1.png) no-repeat center center;
}
.index_main5 .index_m51 .cont_abs ul li .date {
  width: 195px;
  color: #696969;
  font-size: 20px;
}
.index_main5 .index_m51 .cont_abs ul li .cont2 {
  margin-left: 195px;
}
.index_main5 .index_m51 .cont_abs ul li .cont2 .tit {
  font-size: 20px;
  line-height: 20px;
  color: #696969;
}
.index_main5 .index_m51 .cont_abs ul li .cont2 .more {
  padding-top: 38px;
}
.index_main5 .index_m51 .cont_abs ul li .cont2 .more a {
  color: #696969;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
}
.index_main5 .index_m51 .cont_abs ul li .cont2 .more a .jian {
  width: 18px;
  height: 12px;
  margin-left: 30px;
  background: url(../images/heijian1.png) no-repeat center center;
}
.index_main5 .index_m52 {
  margin-top: 120px;
}
.index_main5 .index_m52 .cont {
  margin-top: 60px;
  margin-left: -20px;
  margin-right: -20px;
}
.index_main5 .index_m52 .cont .item {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}
.index_main5 .index_m52 .cont .item:hover .pic .picspan {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.index_main5 .index_m52 .cont .item:hover .cont1 .bot .fr {
  background: url(../images/huangbaijian.png) no-repeat center center;
}
.index_main5 .index_m52 .cont .item .cont1 .tit {
  margin-top: 14px;
  margin-bottom: 30px;
}
.index_main5 .index_m52 .cont .item .cont1 .tit a {
  font-size: 24px;
  color: #000C32;
  line-height: 36px;
}
.index_main5 .index_m52 .cont .item .cont1 .bot .date {
  font-size: 18px;
  color: #696969;
  line-height: 24px;
}
.index_main5 .index_m52 .cont .item .cont1 .bot .fr {
  width: 24px;
  height: 24px;
  background: url(../images/heibaijian.png) no-repeat center center;
}
.index_main6 {
  background: #F7F7F7;
}
.index_main6 .index_more {
  margin-top: 80px;
}
.index_main6 .cont {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 40px;
}
.index_main6 .cont .item {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
  width: 33.33%;
}
.index_main6 .cont .item .item_abs {
  height: 80px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 80px;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.index_main7 .pub_tit .tit1 {
  margin-top: 0;
}
.index_main7 .index_m7 {
  margin-top: 60px;
}
.index_main7 .index_m7 .item {
  margin-left: 40px;
}
.index_main7 .index_m7 .item:nth-child(1) {
  margin-left: 0;
}
.index_main7 .index_m7 .item .inp1 {
  width: 230px;
  height: 62px;
  background: #F7F7F7;
  border-radius: 3px;
  border: 0;
  padding-left: 30px;
  padding-right: 30px;
  color: #696969;
  font-size: 20px;
}
.index_main7 .index_m7 .item .f_select {
  width: 230px;
  height: 62px;
  background: #F7F7F7;
  border-radius: 3px;
  border: 0;
  padding-left: 30px;
  padding-right: 30px;
  color: #696969;
  font-size: 20px;
  line-height: 62px;
}
.index_main7 .index_m7 .item .item_abs {
  height: 62px;
  width: 130px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 62px;
  color: #696969;
  font-size: 20px;
  cursor: pointer;
}
.index_main7 .index_m7 .item .item_abs:before {
  content: '';
  width: 2px;
  height: 18px;
  background: #696969;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
}
.index_main7 .index_m7 .item_btn .btn1 {
  width: 200px;
  height: 60px;
  background: #FF8706;
  border-radius: 3px;
  border: 0;
  color: #fff;
  font-size: 22px;
}
.index_main7 .m7_bot {
  font-size: 18px;
  color: #696969;
  line-height: 60px;
}
.index_main7 .m7_bot .checkbox1 {
  position: relative;
  top: -3px;
}
.index_main7 .m7_bot span {
  color: #FF8706;
}
.copyRight {
  background: #FF8F18;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 10px;
  color: #FFFFFF;
  line-height: 16px;
  text-align: center;
}
.copyRight span {
  margin-left: 10px;
  margin-right: 10px;
}
.copyRight a {
  color: #fff;
}
.footer {
  background: #FF8F18;
  padding-top: 60px;
  padding-bottom: 50px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.footer .ewm .item {
  text-align: center;
  width: 130px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 26px;
}
.footer .ewm .item img {
  margin-bottom: 20px;
}
.footer .hotline {
  width: 325px;
}
.footer .hotline .item {
  margin-bottom: 25px;
}
.footer .hotline .item .tit {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
}
.footer .hotline .item .number {
  font-size: 42px;
  font-family: 'en';
  color: #FFFFFF;
  line-height: 42px;
  margin-top: 10px;
}
.footer .choose {
  margin-right: 55px;
  width: 240px;
}
.footer .choose .tit {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
}
.footer .choose .cont .item {
  margin-top: 30px;
}
.footer .choose .cont .item .f_select {
  height: 40px;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  padding-left: 20px;
  position: relative;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  background: url(../images/xiajian2.png) no-repeat 95% center;
}
.footer .choose .cont .item .f_select select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #000;
}
.footer .footer_link .item {
  margin-right: 18px;
}
.footer .footer_link .item .tit a {
  font-size: 20px;
  color: #fff;
}
.footer .footer_link .item ul {
  margin-top: 10px;
}
.footer .footer_link .item ul li {
  line-height: 30px;
}
.footer .footer_link .item ul li a {
  color: #fff;
  font-size: 14px;
  opacity: 0.8;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer .footer_link .item ul li a:hover {
  opacity: 1;
}
.xuanfu {
  width: 52px;
  height: 202px;
  /*height: 145px;*/
  background: #fcfcfc;
  border-radius: 3px;
  position: fixed;
  right: 1.5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding-top: 30px;
}
.xuanfu a {
  width: 52px;
  height: 30px;
  margin-bottom: 30px;
  cursor: pointer;
}
.xuanfu a:nth-child(1) {
  background: url(../images/xftb1.png) no-repeat center center;
}
.xuanfu a:nth-child(1):hover {
  background: url(../images/xftb11.png) no-repeat center center;
}
.xuanfu a span {
  width: 170px;
  height: 42px;
  background: #FF8706;
  border-radius: 6px 0px 0px 6px;
  position: absolute;
  right: 52px;
  top: 50%;
  margin-top: -21px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  display: none;
}
.xuanfu a:nth-child(2) {
  background: url(../images/xftb2.png) no-repeat center center;
}
.xuanfu a:nth-child(2):hover {
  background: url(../images/xftb22.png) no-repeat center center;
}
.xuanfu a:nth-child(3) {
  background: url(../svg/vr.svg) no-repeat center center;
  background-size: 70%;
}
.xuanfu a:nth-child(3):hover {
  background: url(../svg/vr_2.svg) no-repeat center center;
  background-size: 70%;
}
.message_btm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1111;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
}
.message {
  width: 650px;
  height: 366px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -183px;
  margin-left: -325px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1112;
  background: url(../images/tcbg.jpg) no-repeat center center;
  background-size: cover!important;
  opacity: 0;
}
.message .top {
  height: 60px;
  background: #ff8f18;
  line-height: 60px;
  color: #fff;
  font-size: 24px;
}
.message .cont .cont1 {
  height: 220px;
}
.message .cont .cont1 .cont1_abs {
  width: 480px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -240px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #696969;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
}
.message .cont .btn1 {
  border-radius: 3px;
  background-color: #ff8f18;
  width: 160px;
  height: 50px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.accord_btm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1113;
  background: rgba(0, 0, 0, 0.1);
  display: none;
}
.accord_tk {
  width: 900px;
  height: 510px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -255px;
  margin-left: -450px;
  z-index: 1114;
  background: #fff6ec;
  border-radius: 5px;
  overflow: hidden;
  display: none;
}
.accord_tk .top {
  height: 60px;
  background: #ff8f18;
  line-height: 60px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.accord_tk .cont {
  padding-top: 30px;
  padding-left: 75px;
  padding-right: 35px;
}
.accord_tk .cont .note {
  height: 300px;
  overflow-y: auto;
  color: #696969;
  font-size: 20px;
  line-height: 40px;
  padding-right: 35px;
}
.accord_tk .cont .btna {
  text-align: center;
  padding-top: 20px;
  font-size: 0;
}
.accord_tk .cont .btna .btn1 {
  border-radius: 3px;
  background-color: #ff8f18;
  width: 160px;
  height: 50px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  margin-right: 30px;
}
.accord_tk .cont .btna .btn2 {
  border-radius: 3px;
  border: solid 1px #ff8f18;
  width: 160px;
  height: 50px;
  color: #ff8f18;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.video_main {
  background-size: cover!important;
}
.video_main .video_abs {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.video_main .video_abs .w_video_container {
  height: 100%!important;
}
.video_main .video_abs .tit {
  font-size: 72px;
  font-family: cnb;
  color: #FFFFFF;
  line-height: 83px;
  text-shadow: 0px 4px 5px rgba(68, 37, 0, 0.33);
}
.video_main .video_abs .note {
  font-size: 29px;
  font-family: cnb;
  color: #FFFFFF;
  text-shadow: 0px 4px 5px rgba(68, 37, 0, 0.33);
  margin-top: 20px;
}
.video_main span.video_play {
  width: 90px;
  height: 90px;
  background: url(../images/play_btn.png) no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  z-index: 3;
  cursor: pointer;
}
.pub_tit1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  color: #000C32;
}
.pub_tit1.pub_white {
  color: #fff;
}
.details_main {
  padding-top: 77px;
}
.details_main .details_tit {
  font-size: 36px;
  font-weight: 400;
  color: #000C32;
}
.details_main .cont {
  font-size: 20px;
  color: #696969;
  line-height: 40px;
}
.details_main .cont img {
  height: auto;
  overflow: hidden;
}
.details_main .cont .pic {
  padding-top: 50px;
  padding-bottom: 40px;
}
.details_main .cont .pic:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.details_main .cont .pic img {
  width: auto!important;
  max-width: 100%;
  margin-bottom: 20px;
}
.details_main .bot {
  padding-top: 110px;
}
.details_main .bot .fanye > a {
  display: inline-block;
  line-height: 66px;
  font-size: 20px;
  color: #696969;
}
.details_main .bot .fanye > a:hover {
  color: #FF8706;
}
.details_main .bot .fanye .index_more {
  margin-right: 30px;
}
.details_main .bot .fanye .index_more a {
  padding-left: 20px;
  padding-right: 20px;
}
.details_main .backprev {
  margin-top: 80px;
}
.details_main .backprev a img {
  margin-left: 20px;
}
.details_main .backprev a:hover img {
  margin-left: 25px;
}
.search_main {
  padding-top: 80px;
  min-height: 800px;
}
.search_main .search_top {
  margin-top: 70px;
}
.search_main .search_top .btn1 input {
  width: 180px;
  height: 50px;
  background: #FF8706;
  border-radius: 3px;
  color: #fff;
  border: 0;
  font-size: 22px;
}
.search_main .search_top .search_inp {
  margin-right: 212px;
}
.search_main .search_top .search_inp .inp_reset {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  cursor: pointer;
}
.search_main .search_top .search_inp .inp_reset:hover img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.search_main .search_top .search_inp .inp1 {
  border: 0;
  height: 50px;
  border-bottom: solid 1px #BFBFBF;
  background: none;
  display: block;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 20px;
}
.search_main .search_mid {
  font-size: 20px;
  font-weight: 400;
  color: #FF8706;
  line-height: 24px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
  border-bottom: solid 1px #BFBFBF;
}
.search_main .search_bot ul li {
  padding-left: 25px;
  padding-top: 30px;
}
.search_main .search_bot ul li a {
  font-size: 20px;
  font-weight: 400;
  color: #000C32;
  line-height: 44px;
}
.search_main .search_bot ul li a:hover {
  color: #FF8706;
}
.anning_main {
  padding-bottom: 120px;
  padding-top: 80px;
}
.anning_main .note {
  margin-top: 16px;
  font-size: 20px;
  color: #696969;
  line-height: 40px;
}
.anning_main .cont {
  margin-left: -9px;
  margin-right: -9px;
  padding-top: 43px;
}
.anning_main .cont .item {
  width: 33.33%;
  padding-left: 9px;
  padding-right: 9px;
  margin-top: 18px;
}
.anning_main .cont .item .pic:hover .picspan {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.anning_main1 {
  background: #f7f7f7;
  padding-bottom: 55px;
}
.anning_main1 .swiper-container {
  padding-bottom: 70px;
}
.anning_main1 .swiper_btn {
  bottom: 0;
}
.anning_main1 .anning_m1 {
  margin-top: 55px;
}
.anning_main1 .anning_m1 .pic {
  width: 350px;
  border-radius: 5px;
}
.anning_main1 .anning_m1 .pic:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.anning_main1 .anning_m1 .pic img {
  width: 100%;
}
.anning_main1 .anning_m1 .cont {
  margin-left: 428px;
}
.anning_main1 .anning_m1 .cont .tit {
  font-size: 24px;
  color: #696969;
  line-height: 24px;
}
.anning_main1 .anning_m1 .cont .note {
  font-size: 20px;
  color: #696969;
  line-height: 40px;
  margin-top: 16px;
}
.ej_banner img {
  width: 100%;
}
.ej_banner .ej_abs {
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ej_banner .ej_abs .tit {
  font-size: 72px;
  color: #FFFFFF;
  line-height: 83px;
  text-shadow: 0px 0px 9px rgba(20, 43, 76, 0.5);
}
.ej_banner .ej_abs .note {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 20px;
  margin-top: 55px;
  text-shadow: 0px 0px 9px rgba(20, 43, 76, 0.5);
}
.ej_banner .ej_abs .note1 {
  font-size: 28px;
  color: #FFFFFF;
  line-height: 28px;
  margin-top: 21px;
  text-shadow: 0px 0px 9px rgba(20, 43, 76, 0.5);
}
.ej_banner .ej_abs .note2 {
  font-size: 28px;
  color: #FFFFFF;
  line-height: 56px;
  margin-top: 40px;
  text-shadow: 0px 4px 5px rgba(68, 37, 0, 0.33);
}
.hotel_main .pic1 {
  width: 590px;
  position: relative;
}
.hotel_main .pic1:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #F6ED4A;
}
.hotel_main .pic1 .pic {
  position: relative;
  z-index: 2;
  top: 20px;
  left: 20px;
  width: 100%;
}
.hotel_main .pic1 .pic img {
  width: 100%;
}
.hotel_main .cont {
  margin-left: 670px;
}
.hotel_main .cont .cont_top {
  margin-right: -100px;
}
.hotel_main .cont .cont_top .item {
  text-align: center;
  margin-right: 100px;
}
.hotel_main .cont .cont_top .item .tit {
  color: #696969;
  font-size: 20px;
  line-height: 60px;
}
.hotel_main .cont .cont_top .item .tit span {
  color: #FF8706;
  font-size: 60px;
  font-family: 'en';
}
.hotel_main .cont .cont_top .item .hengxian {
  width: 70px;
  height: 2px;
  background: #FF8706;
  margin-bottom: 28px;
}
.hotel_main .cont .cont_top .item .note {
  font-size: 20px;
  color: #696969;
  line-height: 20px;
}
.hotel_main .cont .cont_bot {
  margin-top: 40px;
  font-size: 20px;
  color: #696969;
  line-height: 40px;
}
.hotel_main1 {
  background: #F7F7F7;
}
.hotel_main1 .item .pic {
  width: 50%;
}
.hotel_main1 .item .pic img {
  width: 100%;
}
.hotel_main1 .item .cont {
  margin-left: 50%;
  padding: 100px 140px;
}
.hotel_main1 .item .cont .tit {
  font-size: 36px;
  color: #000C32;
  line-height: 36px;
}
.hotel_main1 .item .cont .note {
  font-size: 20px;
  color: #696969;
  line-height: 40px;
  margin-top: 17px;
}
.hotel_main1 .item .cont .cont1 ul {
  margin-bottom: 0;
}
.hotel_main1 .item .cont .cont1 ul li {
  width: 50%;
  font-size: 20px;
  color: #696969;
  line-height: 20px;
  margin-top: 30px;
  margin-bottom: 0;
}
.hotel_main1 .item .cont .cont1 ul li img {
  margin-right: 10px;
}
.hotel_main1 .item:nth-child(2n+1) .pic {
  float: right;
}
.hotel_main1 .item:nth-child(2n+1) .cont {
  margin-left: 0%;
  margin-right: 50%;
}
.hotel_main2 .hotel_m2 {
  margin-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.hotel_main2 .hotel_m2 .item {
  margin-top: 60px;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}
.hotel_main2 .hotel_m2 .item .item1 .tit {
  font-size: 20px;
  color: #696969;
  line-height: 20px;
  margin-top: 28px;
  text-align: center;
}
.hotel_main3 {
  background: #F7F7F7;
}
.hotel_main3 .note {
  font-size: 20px;
  color: #696969;
  line-height: 56px;
  margin-top: 10px;
}
.hotel_main3 .cont {
  margin-top: 26px;
}
.hotel_main3 .cont .pic:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hotel_main3 .cont .tit {
  font-size: 20px;
  color: #696969;
  line-height: 20px;
  margin-top: 30px;
  text-align: center;
}
.hotel_main4 .pic1 {
  width: 870px;
  position: relative;
  left: 150px;
}
.hotel_main4 .pic1:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #F6ED4A;
}
.hotel_main4 .pic1 .pic {
  position: relative;
  z-index: 2;
  top: 20px;
  left: -20px;
  width: 100%;
}
.hotel_main4 .pic1 .pic img {
  width: 100%;
}
.hotel_main4 .cont {
  margin-right: 890px;
}
.hotel_main4 .cont .tit {
  font-size: 36px;
  color: #000C32;
  line-height: 36px;
  margin-top: 110px;
}
.hotel_main4 .cont .note {
  margin-top: 28px;
  font-size: 20px;
  color: #696969;
  line-height: 40px;
}
.hotel_main5 {
  background: #f7f7f7;
}
.hotel_main5 .note {
  font-size: 20px;
  color: #696969;
  line-height: 40px;
  margin-top: 20px;
}
.hotel_main5 .pic1 {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 55px;
}
.hotel_main5 .pic1 .pic {
  width: 50%;
}
.hotel_main5 .pic1 .pic img {
  width: 100%;
}
.hotel_main5 .pic1 .pic.fl {
  position: relative;
  left: -20px;
}
.hotel_main5 .pic1 .pic.fr {
  position: relative;
  right: -20px;
}
.hotel_main6 {
  padding-bottom: 0;
}
.hotel_main6 .m6_tit {
  font-size: 20px;
  color: #FF8706;
  line-height: 28px;
  margin-bottom: 16px;
}
.hotel_main6 .swiper-container {
  padding-bottom: 70px;
  margin-top: 60px;
}
.hotel_main6 .swiper-container .swiper-slide {
  background: url(../images/tpe8.jpg) no-repeat right top;
  background-size: 50% 100%!important;
}
.hotel_main6.bgf7 .swiper-container .swiper-slide {
  background: url(../images/tpe88.jpg) no-repeat right top;
  /* background-size: 50% 91.8% !important; */
}
.hotel_main6 .swiper_btn {
  bottom: 0;
}
.hotel_main6 .swiper_btn .prev {
  background: url(../images/zuojian3.png) no-repeat center center;
}
.hotel_main6 .swiper_btn .prev:hover {
  background: url(../images/zuojian1.png) no-repeat center center;
}
.hotel_main6 .swiper_btn .next {
  background: url(../images/youjian3.png) no-repeat center center;
}
.hotel_main6 .swiper_btn .next:hover {
  background: url(../images/youjian1.png) no-repeat center center;
}
.hotel_main6 .swiper-slide .pic {
  width: 50%;
}
.hotel_main6 .swiper-slide .cont {
  margin-left: 50%;
  padding: 60px;
}
.hotel_main6 .swiper-slide .cont .tit a {
  font-size: 24px;
  color: #000C32;
  line-height: 24px;
  display: block;
}
.hotel_main6 .swiper-slide .cont .hengxian {
  width: 70px;
  height: 2px;
  background: #FF8706;
  margin-top: 20px;
  margin-bottom: 20px;
}
.hotel_main6 .swiper-slide .cont .note {
  font-size: 16px;
  color: #696969;
  line-height: 40px;
  height: 160px;
}
.hotel_main6 .swiper-slide .cont .more {
  margin-top: 20px;
}
.hotel_main6 .swiper-slide .cont .more a {
  font-size: 22px;
  color: #FF8706;
}
.hotel_main6 .swiper-slide .cont .more a:hover img {
  margin-left: 40px;
}
.hotel_main6 .swiper-slide .cont .more a img {
  margin-left: 28px;
}
.pub_note {
  font-size: 20px;
  color: #696969;
  line-height: 40px;
  margin-top: 18px;
}
.pub_note.color1 {
  color: #000C32;
}
.service_main .swiper-container {
  padding-bottom: 70px;
  margin-top: 80px;
}
.service_main .swiper-slide .tit {
  text-align: center;
  font-size: 30px;
  color: #000C32;
}
.service_main .swiper-slide .tit img {
  margin-left: 25px;
  margin-right: 25px;
}
.service_main .swiper-slide .pic1 {
  margin-top: 55px;
  height: 623px;
}
.service_main .swiper-slide .pic1 img {
  width: auto;
  max-width: 100%;
}
.service_main1 {
  background: #F7F7F7;
}
.service_main1 .cont {
  margin-top: 20px;
  font-size: 0;
  margin-left: -42px;
}
.service_main1 .cont .item {
  margin-top: 40px;
  width: 406px;
  height: 483px;
  margin-left: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 60px;
  position: relative;
  background: url(../images/bgtp3.jpg) no-repeat center center;
}
.service_main1 .cont .item:hover {
  background: url(../images/bgtp2.jpg) no-repeat center center;
}
.service_main1 .cont .item:hover .icon .imgga {
  opacity: 0!important;
}
.service_main1 .cont .item:hover .icon .imggb {
  opacity: 1!important;
}
.service_main1 .cont .item:hover .tit {
  color: #fff;
  border-color: #fff;
}
.service_main1 .cont .item:hover .note {
  color: #fff;
}
.service_main1 .cont .item:hover .more a {
  color: #fff;
}
.service_main1 .cont .item:hover .more a .icon1 {
  background: url(../images/morejian1.png) no-repeat center center;
  margin-left: 15px;
}
.service_main1 .cont .item .icon {
  width: 60px;
  height: 60px;
}
.service_main1 .cont .item .icon .imggb {
  top: 0;
  left: 0;
  opacity: 0;
}
.service_main1 .cont .item .tit {
  font-size: 24px;
  color: #000C32;
  line-height: 24px;
  padding-bottom: 29px;
  padding-top: 28px;
  border-bottom: solid 2px #D1D1D1;
}
.service_main1 .cont .item .note {
  font-size: 20px;
  margin-top: 15px;
  color: #696969;
  line-height: 44px;
}
.service_main1 .cont .item .more {
  position: absolute;
  bottom: 60px;
  left: 40px;
}
.service_main1 .cont .item .more a {
  font-size: 18px;
  color: #000C32;
  line-height: 20px;
}
.service_main1 .cont .item .more a .icon1 {
  width: 20px;
  height: 20px;
  background: url(../images/morejian2.png) no-repeat center center;
  margin-left: 10px;
}
.about_main {
  background: #F7F7F7;
}
.about_main .about_m {
  margin-top: 59px;
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../images/tpf1.jpg) no-repeat right center;
}
.about_main .about_m .cont {
  width: 781px;
  height: 586px;
  background: #FFFFFF;
  border-radius: 3px;
  padding: 60px 40px;
}
.about_main .about_m .cont .tit {
  font-size: 28px;
  color: #000C32;
  line-height: 28px;
}
.about_main .about_m .cont .tit img {
  vertical-align: bottom;
  margin-right: 40px;
}
.about_main .about_m .cont .note {
  font-size: 20px;
  color: #696969;
  line-height: 40px;
  margin-top: 27px;
}
.about_main .about_m .cont .note p,
.about_main .about_m .cont .note span {
  font-size: 20px !important;
  line-height: 40px !important;
  font-family: "cn" !important;
}
.about_main1.sq_main4 .swiper-slide .cont {
  height: auto;
  padding: 0;
}
.about_main1.sq_main4 .swiper-slide .cont .note {
  margin-top: 20px;
  height: auto;
}
.about_main1 .swiper-container {
  padding-bottom: 70px;
  margin-top: 60px;
}
.about_main1 .swiper_btn {
  bottom: 0;
}
.about_main1 .swiper-slide .cont {
  height: 400px;
  background: #f7f7f7;
  padding: 40px 30px;
}
.about_main1 .swiper-slide .cont .tit {
  font-size: 24px;
  color: #000C32;
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
}
.about_main1 .swiper-slide .cont .hengxian {
  width: 80px;
  height: 2px;
  background: #FF8706;
  margin-top: 15px;
}
.about_main1 .swiper-slide .cont .note {
  font-size: 20px;
  color: #696969;
  line-height: 40px;
  margin-top: 18px;
  height: 240px;
  overflow: hidden;
}
.about_main3 .about_m3 {
  margin-top: 60px;
}
.about_main3 .about_m3 .video {
  width: 924px;
  height: 547px;
}
.about_main3 .about_m3 .video video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.about_main3 .about_m3 .video_right {
  margin-left: 924px;
  height: 547px;
  background: #F7F7F7;
}
.about_main3 .about_m3 .video_right .vtop {
  height: 60px;
  padding-left: 40px;
  padding-right: 30px;
  line-height: 60px;
  font-size: 24px;
  color: #000C32;
  position: relative;
}
.about_main3 .about_m3 .video_right .vtop:before {
  content: '';
  width: 95px;
  height: 2px;
  background: #FF8706;
  position: absolute;
  left: 40px;
  bottom: 0;
}
.about_main3 .about_m3 .video_right .vtop .fl img {
  margin-right: 10px;
}
.about_main3 .about_m3 .video_right .vtop .fr {
  margin-top: 15px;
}
.about_main3 .about_m3 .video_right .vbot {
  height: 487px;
  overflow: hidden;
}
.about_main3 .about_m3 .video_right .vbot ul {
  height: 100%;
  /*margin-right: -30px;
  padding-right: 30px;*/
  overflow-y: auto;
}
.about_main3 .about_m3 .video_right .vbot ul li {
  padding-left: 40px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 21px;
  border-top: solid 1px #d1d1d1;
  cursor: pointer;
}
.about_main3 .about_m3 .video_right .vbot ul li:hover {
  background: #FF8706;
}
.about_main3 .about_m3 .video_right .vbot ul li:hover .cont {
  color: #fff;
}
.about_main3 .about_m3 .video_right .vbot ul li .pic {
  width: 142px;
  height: 80px;
}
.about_main3 .about_m3 .video_right .vbot ul li .pic img {
  width: 142px;
  height: 80px;
}
.about_main3 .about_m3 .video_right .vbot ul li .cont {
  margin-left: 155px;
  font-size: 20px;
  color: #696969;
  line-height: 28px;
  margin-top: 10px;
  height: 56px;
  overflow: hidden;
}
.about_main4 {
  padding-top: 540px;
  padding-bottom: 120px;
}
.about_main4 .about_m4 {
  padding: 77px 81px 120px;
  background: #fff;
  width: 1140px;
}
.about_main4 .about_m4 .form .item {
  margin-top: 40px;
}
.about_main4 .about_m4 .form .item .name {
  width: 110px;
  padding-left: 10px;
  font-size: 20px;
  color: #696969;
  line-height: 60px;
}
.about_main4 .about_m4 .form .item .name span.xing {
  position: absolute;
  top: -7px;
  left: 0;
  color: #FF8706;
}
.about_main4 .about_m4 .form .item .name span.dib {
  margin-left: 40px;
}
.about_main4 .about_m4 .form .item .cont {
  margin-left: 110px;
}
.about_main4 .about_m4 .form .item .cont .inp1 {
  width: 100%;
  height: 60px;
  background: #F7F7F7;
  border-radius: 3px;
  padding-left: 55px;
  padding-right: 55px;
  font-size: 20px;
  border: 0;
}
.about_main4 .about_m4 .form .item .cont .textarea {
  width: 100%;
  height: 200px;
  background: #F7F7F7;
  font-size: 20px;
  border-radius: 3px;
  padding: 15px 55px;
  border: 0;
}
.about_main4 .about_m4 .form .item_btn {
  padding-top: 80px;
}
.about_main4 .about_m4 .form .item_btn .btn1 {
  width: 200px;
  height: 60px;
  background: #F7F7F7;
  border-radius: 3px;
  border: 0;
  font-size: 22px;
  color: #696969;
  margin-right: 80px;
}
.about_main4 .about_m4 .form .item_btn .btn2 {
  width: 200px;
  height: 60px;
  background: #FF8706;
  border-radius: 3px;
  border: 0;
  font-size: 22px;
  color: #fff;
}
.about_main5 {
  position: relative;
}
.about_main5 .map {
  width: 53%;
  height: 540px;
}
.about_main5 .map img {
  width: 100%;
  height: 100%;
}
.about_main5 .cont {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background: url(../images/baibj.png) no-repeat left center;
  z-index: 2;
}
.about_main5 .cont .cont1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about_main5 .cont .cont1 .tit {
  font-size: 36px;
  color: #000C32;
  line-height: 36px;
}
.about_main5 .cont .cont1 ul {
  padding-top: 10px;
}
.about_main5 .cont .cont1 ul li {
  margin-top: 19px;
}
.about_main5 .cont .cont1 ul li .tit1 {
  font-size: 24px;
  color: #696969;
  line-height: 24px;
  margin-bottom: 10px;
}
.about_main5 .cont .cont1 ul li .note {
  font-size: 20px;
  color: #696969;
  line-height: 20px;
}
.about_main6 {
  position: relative;
  height: 540px;
}
.about_main6 .cont {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.about_main6 .cont .cont1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about_main6 .cont .cont1 .pub_tit1 {
  color: #fff;
}
.about_main6 .cont .cont1 .pub_note {
  color: #fff;
}
.about_main6 .cont .cont1 .index_more {
  margin-top: 60px;
}
.sq_main .sq_tit {
  font-size: 20px;
  color: #FF8706;
  line-height: 20px;
  margin-bottom: 20px;
}
.sq_main .dingwei {
  font-size: 20px;
  color: #474747;
  line-height: 44px;
  margin-top: 10px;
}
.sq_main .note {
  font-size: 20px;
  color: #696969;
  line-height: 40px;
  margin-top: 15px;
}
.sq_main .cont {
  padding-top: 60px;
}
.sq_main .cont .item {
  width: 330px;
}
.sq_main .cont .item .tit {
  color: #696969;
  font-size: 20px;
  line-height: 60px;
}
.sq_main .cont .item .tit span {
  color: #FF8706;
  font-size: 60px;
  font-family: 'en';
}
.sq_main .cont .item .hengxian {
  width: 70px;
  height: 2px;
  background: #FF8706;
  margin-bottom: 28px;
}
.sq_main .cont .item .note1 {
  font-size: 20px;
  color: #696969;
  line-height: 20px;
}
.m2_item {
  overflow: hidden;
}

.m2_item .item_abs {
  width: 166px;
  height: 55px;
  background: #FF8706;
  opacity: 0.8;
  border-radius: 0px 0px 3px 3px;
  text-align: center;
  top: 0;
  left: 30px;
  line-height: 55px;
  font-size: 20px;
  color: #FFFFFF;
}
.m2_item .item_abs img {
  height: 30px;
  width: auto!important;
  margin-right: 10px;
}
.m2_item .item_abs1 {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 135, 6, 0.86);
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 2;
}
.m2_item.on .item_abs1 {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index:22;
}
.m2_item:hover .item_abs1 {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.m2_item .item_abs1 .item_abs2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 40px;
  max-width: 455px;
}
.m2_item .item_abs1 .item_abs2 .icon img {
  width: 60px;
}
.m2_item .item_abs1 .item_abs2 .tit1 {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 28px;
  margin-top: 55px;
  text-align: center;
  padding-bottom: 35px;
  border-bottom: solid 2px #fff;
}
.m2_item .item_abs1 .item_abs2 .note1 {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 40px;
  margin-top: 25px;
  max-height: 240px;
  overflow: hidden;
}
.m2_item .item_abs1 .item_abs2 .more {
  margin-top: 50px;
  font-size: 20px;
  color: #FFFFFF;
  cursor: pointer;
}
.m2_item .item_abs1 .item_abs2 .more img {
  width: 20px;
  margin-left: 17px;
}
.m2_item .item_abs1 .item_abs2 .more .btnshow2 {
  display: none;
}
.m2_item .item_abs3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover!important;
}
.m2_m .m2_item .item_abs1 .item_abs2 .tit1 {
  font-size: 24px;
  line-height: 28px;
  margin-top: 25px;
  padding-bottom: 15px;
  border-bottom: solid 1px #fff;
}
.m2_m .m2_item .item_abs1 .item_abs2 .note1 {
  font-size: 20px;
  max-height: 80px;
  overflow: hidden;
}
.m2_m .m2_item .item_abs1 .item_abs2 .more {
  margin-top: 30px;
}
.hotel_main6.bgf7 {
  padding-bottom: 120px;
}
.sq_main2 .xxk {
  margin-top: 60px;
  text-align: center;
  font-size: 0;
}
.sq_main2 .xxk .xxk1 {
  width: 180px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 3px;
  font-size: 22px;
  color: #696969;
  line-height: 60px;
  margin-left: 62px;
  margin-right: 62px;
  display: inline-block;
}
.sq_main2 .xxk .xxk1.on {
  color: #fff;
  background: #FF8706;
}
.sq_main2 .xxkqh {
  margin-top: 60px;
}
.sq_main2 .xxkqh .swiper-container {
  padding-bottom: 94px;
  margin-top: 60px;
}
.sq_main2 .xxkqh .swiper_btn {
  bottom: 0;
}
.sq_main2 .xxkqh .pic {
  width: 590px;
}
.sq_main2 .xxkqh .pic img {
  width: 590px;
  height: 365px;
}
.sq_main2 .xxkqh .cont {
  margin-left: 720px;
}
.sq_main2 .xxkqh .cont .remark {
  bottom: 0;
  left: 720px;
  font-size: 18px;
  color: #696969;
  line-height: 32px;
}
.sq_main2 .xxkqh .cont .tit a {
  font-size: 24px;
  color: #000C32;
  line-height: 24px;
}
.sq_main2 .xxkqh .cont .note {
  font-size: 20px;
  color: #696969;
  line-height: 40px;
  margin-top: 15px;
  height: 160px;
  overflow: hidden;
}
.sq_main2 .xxkqh .cont .more {
  margin-top: 15px;
}
.sq_main2 .xxkqh .cont .more a {
  font-size: 22px;
  color: #FF8706;
  line-height: 24px;
  cursor: pointer;
}
.sq_main2 .xxkqh .cont .more a:hover img {
  margin-left: 30px;
}
.sq_main2 .xxkqh .cont .more a img {
  width: 24px;
  margin-left: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.sq_main3 .tit {
  font-size: 30px;
  color: #000C32;
  line-height: 30px;
  text-align: center;
}
.sq_main3 .tit img {
  margin-left: 20px;
  margin-right: 20px;
}
.sq_main3 .sq_m3 {
  margin-top: 80px;
}
.sq_main3 .sq_m3 .cont {
  margin-left: -60px;
  margin-right: -60px;
  margin-top: 60px;
}
.sq_main3 .sq_m3 .cont .item {
  padding-left: 60px;
  padding-right: 60px;
  width: 25%;
}
.sq_main3 .sq_m3 .cont .item .tit1 {
  font-size: 24px;
  color: #000C32;
  line-height: 24px;
}
.sq_main3 .sq_m3 .cont .item .tit1 span {
  font-size: 60px;
  color: #FF8706;
  line-height: 60px;
}
.sq_main3 .sq_m3 .cont .item .note {
  font-size: 20px;
  color: #696969;
  line-height: 40px;
  margin-top: 15px;
}
.sq_main3 .sq_m31 {
  margin-top: 80px;
}
.sq_main3 .sq_m31 .cont {
  margin-left: -60px;
  margin-right: -60px;
  margin-top: 10px;
  margin-bottom: -42px;
}
.sq_main3 .sq_m31 .cont .item {
  margin-top: 50px;
  width: 25%;
  padding-left: 60px;
  padding-right: 60px;
}
.sq_main3 .sq_m31 .cont .item .tit1 {
  margin-top: 25px;
}
.sq_main3 .sq_m31 .cont .item .tit1 span {
  font-size: 20px;
  color: #696969;
  line-height: 20px;
  padding-bottom: 10px;
  border-bottom: solid 2px #FF8706;
}
.sq_main6 {
  text-align: left;
}
.sq_main6 .accordion {
  width: 1287px;
  height: auto;
  overflow: hidden;
  margin: 42px auto 119px;
}
.sq_main6 .accordion > li {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.sq_main6 .accordion > li .title {
  width: 100%;
  height: 152px;
  padding-top: 40px;
  border-bottom: 1px solid #696969;
  box-sizing: border-box;
  position: relative;
}
.sq_main6 .accordion > li i {
  width: 46px;
  height: 46px;
  background: url(../images/icon_add.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50px;
  right: 0;
  cursor: pointer;
}
.sq_main6 .accordion > li .title h3 {
  height: 34px;
  font-size: 36px;
  font-family: FZZhunYuan-M02S;
  line-height: 34px;
  color: #000C32;
  margin-bottom: 20px;
}
.sq_main6 .accordion > li .title em {
  width: 80px;
  height: 20px;
  font-size: 20px;
  font-family: FZZhunYuan-M02S;
  font-style: normal;
  color: #696969;
}
.sq_main6 .list-con {
  width: 1172px;
  height: auto;
  overflow: hidden;
  margin: 59px auto 50px;
  display: none;
}
.sq_main6 .list-con ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.sq_main6 .list-con > ul > li {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #F7F7F7;
  border-radius: 3px;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 40px 101px 32px 98px;
  cursor: pointer;
}
.sq_main6 .con1 > ul > li > span {
  width: 60px;
  height: 44px;
  font-size: 44px;
  font-family: Gotham Rounded;
  font-weight: 500;
  color: #FF8706;
  line-height: 33px;
  position: relative;
  float: left;
}
.sq_main6 .con1 > ul > li > span::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #FF8706;
  position: absolute;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
}
.sq_main6 .con1 > ul li .right {
  float: left;
  width: 879px;
  height: auto;
  overflow: hidden;
  margin-left: 34px;
  margin-top: -10px;
}
.sq_main6 .con1 > ul li .right h4 {
  width: 100%;
  height: 24px;
  font-size: 24px;
  font-family: FZZhunYuan-M02S;
  color: #000C32;
  line-height: 24px;
  margin-bottom: 11px;
}
.sq_main6 .con1 > ul li .right p {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 20px;
  font-family: FZZhunYuan-M02S;
  color: #696969;
  line-height: 36px;
}
.sq_main6 .con1 > ul li .right1 > div {
  float: left;
}
.sq_main6 .con1 > ul li .right1 > div:last-child {
  margin-left: 120px;
}
.sq_main6 .con1 > ul li .right1 > div h4 {
  margin-bottom: 10px;
}
.sq_main6 .con1 > ul li .right2 {
  min-height: 44px;
  position: relative;
  margin-top: 0;
}
.sq_main6 .con1 > ul li .right2 h4 {
  position: absolute;
  top: 0px;
  left: 0;
}
.sq_main6 .con1 > ul li .right2 .btn1 {
  width: 80px;
  height: 20px;
  font-size: 20px;
  font-family: FZZhunYuan-M02S;
  font-weight: 400;
  color: #FF8706;
  line-height: 20px;
  position: absolute;
  top: 13px;
  left: 156px;
  cursor: pointer;
}
.sq_main6 .con1 > ul li .right2 .btn1::after {
  content: '';
  width: 17px;
  height: 11px;
  background: url(../images/icon_arrow_bottom.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
}
.sq_main6 .con1 > ul li .right2 .details {
  width: 100%;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
  opacity: 0;
}
.sq_main6 .con1 > ul li .right2.show .btn1::after {
  background: url(../images/icon_arrow_top.png) no-repeat;
}
.sq_main6 .con1 > ul li .right2.show .details {
  max-height: 1000px;
  margin-top: 67px;
  opacity: 1;
}
.sq_main6 .right2 .details li {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 18px;
  color: #696969;
  line-height: 36px;
  position: relative;
}
.sq_main6 .right2 .details li::after {
  content: '';
  width: 10px;
  height: 10px;
  background: url(../images/lingxing.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 17px;
  left: 0;
  transform: translateY(-50%);
}
.sq_main6 .right2 .details li span {
  font-size: 20px;
  color: #000C32;
  line-height: 36px;
}
.sq_main6 .list-con.con2 {
  margin: 59px auto 43px;
}
.sq_main6 .con2 > ul > li {
  padding: 0;
}
.sq_main6 .con2 > ul > li > h6 {
  height: 24px;
  font-size: 24px;
  color: #000C32;
  line-height: 24px;
  margin-top: 39px;
  text-align: center;
}
.sq_main6 .con2 > ul > li > ul {
  margin-top: 13px;
  margin-bottom: 36px;
}
.sq_main6 .con2 > ul > li > ul li {
  width: 755px;
  height: auto;
  overflow: hidden;
  font-size: 20px;
  color: #696969;
  line-height: 32px;
  padding-left: 20px;
  box-sizing: border-box;
  margin-left: 216px;
  position: relative;
}
.sq_main6 .con2 > ul > li > ul li::after {
  content: '';
  width: 10px;
  height: 10px;
  background: url(../images/lingxing.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 11px;
  left: 0;
}
.sq_main6 .con2 > ul > li:first-child {
  position: relative;
}
.sq_main6 .con2 > ul > li:first-child ul li {
  width: 250px;
  height: 36px;
  font-size: 24px;
  color: #696969;
  float: left;
  margin: 0;
  padding: 0;
  margin-left: 295px;
}
.sq_main6 .con2 > ul > li:first-child ul li:nth-child(2) {
  margin-left: 89px;
}
.sq_main6 .man {
  width: 102px;
  height: 135px;
  overflow: hidden;
  position: absolute;
  left: 173px;
  bottom: 0;
}
.sq_main6 .women {
  width: 99px;
  height: 135px;
  overflow: hidden;
  position: absolute;
  right: 175px;
  bottom: 0;
}
.sq_main6 .man > img,
.sq_main6 .women > img {
  width: 100%;
}
.sq_main6 .man > img {
  height: 233px;
}
.sq_main6 .women > img {
  height: 222px;
}
.sq_main6 .con2 > ul > li:first-child ul li::after {
  background: none;
}
.sq_main6 .con2 > ul > li:first-child ul li span {
  color: #FF8706;
  font-size: 36px;
  line-height: 36px;
}
.sq_main6 .con2 .tips {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 18px;
  font-family: FZZhunYuan-M02S;
  font-weight: 400;
  color: #696969;
  line-height: 36px;
  margin-top: 19px;
}
.sq_main6 .con2 .tips span {
  font-size: 36px;
  font-family: Gotham Rounded;
  color: #FF8706;
}
.sq_main6 .accordion > li.active {
  border-bottom: 1px solid #FF8706;
}
.sq_main6 .accordion > li.active .title {
  height: 115px;
  border-bottom: 1px solid #FF8706;
}
.sq_main6 .accordion > li.active .title h3 {
  color: #FF8706;
}
.sq_main6 .accordion > li.active i {
  width: 46px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: none;
  cursor: pointer;
}
.sq_main6 .accordion > li.active i::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #FF8706;
  position: absolute;
  right: 0;
  bottom: 0;
}
.sq_main6 .accordion > li.active .title em {
  display: none;
}
.redirect_main .tit {
  font-size: 30px;
  color: #000C32;
  margin-top: 85px;
  line-height: 30px;
}
.redirect_main .search1 {
  margin-top: 40px;
  width: 775px;
}
.redirect_main .search1 .inp1 {
  width: 775px;
  height: 64px;
  background: #F7F7F7;
  border-radius: 32px;
  border: 0;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 18px;
}
.redirect_main .search1 .btn1 {
  width: 64px;
  height: 64px;
  position: absolute;
  right: 10px;
  top: 0;
  border: 0;
  background: url(../images/fdj2.png) no-repeat center center;
}
.news_banner .prev {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  left: 7.5%;
  cursor: pointer;
  z-index: 2;
  background: url(../images/zuojianb1.png) no-repeat center center;
}
.news_banner .prev:hover {
  background: url(../images/zuojianb11.png) no-repeat center center;
}
.news_banner .next {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  right: 7.5%;
  cursor: pointer;
  z-index: 2;
  background: url(../images/youjianb1.png) no-repeat center center;
}
.news_banner .next:hover {
  background: url(../images/youjianb11.png) no-repeat center center;
}
.news_banner .swiper-slide a > img {
  width: 100%;
}
.news_banner .swiper-slide a .item_abs {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  font-size: 72px;
  color: #FFFFFF;
  line-height: 148px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.59);
}
.news_banner .swiper-slide a .more {
  bottom: 50px;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
}
.news_banner .swiper-slide a .more:hover img {
  margin-left: 25px;
}
.news_banner .swiper-slide a .more img {
  margin-left: 19px;
}
.ej_nav {
  background: #F7F7F7;
  font-size: 0;
  position: relative;
  z-index: 3;
}
.ej_nav .item {
  width: 350px;
  position: relative;
  height: 60px;
}
.ej_nav .item.item1 {
  font-size: 22px;
  color: #696969;
  line-height: 60px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ej_nav .item.item1:hover {
  color: #FF8706;
}
.ej_nav .item:before {
  content: '';
  width: 1px;
  height: 30px;
  background: #BFBFBF;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
}
.ej_nav .item:nth-child(1):before {
  display: none;
}
.ej_nav .item.f_select.on:hover .icon {
  background: url(../images/shanghuangjian.png) no-repeat center center;
}
.ej_nav .item.f_select:hover .note {
  color: #FF8706;
}
.ej_nav .item.f_select:hover .icon {
  background: url(../images/xiahuangjian.png) no-repeat center center;
}
.ej_nav .item.f_select .note {
  font-size: 22px;
  color: #696969;
  line-height: 60px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ej_nav .item.f_select .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 50px;
  width: 12px;
  height: 8px;
  background: url(../images/xiahuijian.png) no-repeat center center;
  margin-top: -4px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ej_nav .item.f_select .f_xl {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  width: 350px;
  max-height: 299px;
  background: #F7F7F7;
  border-radius: 3px;
  overflow-y: auto;
  display: none;
}
.ej_nav .item.f_select .f_xl ul li {
  font-size: 20px;
  color: #696969;
  line-height: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ej_nav .item.f_select .f_xl ul li:hover {
  color: #FF8706;
}
.news_main ul li {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.news_main ul li:hover {
  background: #f7f7f7;
}
.news_main ul li:hover .pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news_main ul li:hover .cont .tit a {
  color: #FF8706;
}
.news_main ul li:hover .cont .date {
  color: #FF8706;
}
.news_main ul li:hover .cont .more a {
  color: #FF8706;
}
.news_main ul li:hover .cont .more a .jiantou {
  margin-left: 40px;
  background: url(../images/youhuangjian.png) no-repeat center center;
}
.news_main ul li .pic img {
  width: 410px;
  height: 230px;
}
.news_main ul li .cont {
  margin-left: 440px;
}
.news_main ul li .cont .tit a {
  font-size: 24px;
  color: #000C32;
  line-height: 24px;
}
.news_main ul li .cont .date {
  font-size: 20px;
  color: #696969;
  line-height: 20px;
  margin-top: 40px;
}
.news_main ul li .cont .more {
  position: absolute;
  bottom: 30px;
}
.news_main ul li .cont .more a {
  font-size: 22px;
  color: #000C32;
  line-height: 22px;
}
.news_main ul li .cont .more a .jiantou {
  width: 24px;
  height: 24px;
  background: url(../images/youheijian.png) no-repeat center center;
  margin-left: 28px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pages {
  margin-top: 90px;
}
.pages .tsa {
  width: 180px;
  height: 60px;
  background: #F7F7F7;
  border-radius: 3px;
  text-align: center;
  line-height: 60px;
  font-size: 22px;
  color: #696969;
}
.pages .tsa:hover {
  background: #FF8706;
  color: #fff;
}
.pages div {
  line-height: 60px;
  margin-left: 35px;
  margin-right: 35px;
  font-size: 24px;
  color: #FF8706;
}
.pages div span {
  font-size: 36px;
}
.hd_main {
  padding-top: 120px;
}
.hd_main .hd_m {
  padding-top: 20px;
  margin-left: -40px;
}
.hd_main .hd_m .item {
  margin-top: 60px;
  margin-left: 40px;
  width: 630px;
}
.hd_main .hd_m .item .pic img {
  width: 630px;
  height: 354px;
}
.hd_main .hd_m .item .tit a {
  display: block;
  height: 84px;
  line-height: 84px;
  background: #F7F7F7;
  border-radius: 0px 0px 3px 3px;
  color: #000C32;
  text-align: center;
  font-size: 24px;
  padding-left: 30px;
  padding-right: 30px;
}
.hd_main .hd_m .item .tit a:hover {
  color: #FF8706;
}
.pages1 {
  padding-top: 80px;
  font-size: 0;
  text-align: center;
}
.pages1 a {
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 22px;
  color: #696969;
  line-height: 60px;
  height: 60px;
  background: #F7F7F7;
  width: 60px;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pages1 a:hover,
.pages1 a.on {
  color: #fff;
  background: #FF8706;
}
.pages1 a.tsa {
  width: 180px;
  border-radius: 3px;
}
.ej_banner1 img {
  width: 100%;
}
.ej_banner1 .ej_abs {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ej_banner1 .ej_abs .tit {
  font-size: 72px;
  color: #FFFFFF;
  line-height: 83px;
  text-shadow: 0px 0px 9px rgba(20, 43, 76, 0.5);
}
.ej_banner1 .ej_abs .tit1 {
  font-size: 28px;
  color: #FFFFFF;
  line-height: 56px;
  text-shadow: 0px 0px 9px rgba(20, 43, 76, 0.5);
  margin-top: 24px;
}
.hz_main {
  padding-top: 120px;
  padding-bottom: 40px;
}
.hz_main .hz_m {
  padding-top: 40px;
}
.hz_main .hz_m .item {
  width: 50%;
  border: dashed 1px #FF8706;
  height: 295px;
  padding: 44px 58px 0;
  margin-top: -1px;
  margin-left: -1px;
  overflow: hidden;
}
.hz_main .hz_m .item .tit {
  text-align: center;
  font-size: 30px;
  color: #000C32;
  line-height: 30px;
  margin-left: -200px;
  margin-right: -200px;
}
.hz_main .hz_m .item .tit img {
  margin-left: 15px;
  margin-right: 15px;
}
.hz_main .hz_m .item .note {
  margin-top: 25px;
  font-size: 20px;
  color: #696969;
  line-height: 40px;
}
.hz_main1 {
  background: #FF8706;
  padding-top: 80px;
  padding-bottom: 80px;
}
.hz_main1 .tit {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 20px;
}
.hz_main1 .index_more {
  margin-top: 66px;
}
.hz_main1 .index_more a {
  width: 245px;
}
.hz_main2 {
  padding-top: 80px;
  padding-bottom: 130px;
}
.hz_main2 .pub_note {
  margin-top: -10px;
  position: relative;
  top: 30px;
}
.hz_main2 .swiper-container {
  padding-bottom: 70px;
  margin-top: 60px;
}
.hz_main2 .swiper_btn {
  bottom: 130px;
}
.hz_main2 .swiper_btn .prev {
  width: 34px;
  height: 34px;
  left: 0;
  position: static;
  margin-top: 0;
  background-size: cover!important;
}
.hz_main2 .swiper_btn .next {
  width: 34px;
  height: 34px;
  right: 0;
  position: static;
  margin-top: 0;
  background-size: cover!important;
}
.hz_main2 .swiper-pagination-bullet {
  height: 2px;
  border-radius: 0!important;
  margin-left: 0!important;
  margin-right: 0!important;
  float: left;
  background: #D1D1D1;
  opacity: 1;
  position: relative;
}
.hz_main2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #FF8706;
  top: -3px;
  height: 5px;
}
.hz_main2 .swiper-slide {
  width: 1300px;
}
.hz_main2 .swiper-slide img {
  width: 100%;
}
.hz_main2 .swiper-slide .item_abs {
  height: 100px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 100px;
  color: #fff;
  font-size: 36px;
  text-align: center;
}
.hz_main3 .pic {
  width: 650px;
}
.hz_main3 .pic img {
  width: 650px;
  height: 366px;
}
.hz_main3 .cont {
  margin-left: 730px;
}
.hz_main3 .cont .tit {
  font-size: 36px;
  color: #000C32;
  line-height: 36px;
}
.hz_main3 .cont .note {
  font-size: 20px;
  color: #696969;
  line-height: 40px;
  margin-top: 25px;
  height: 240px;
}
.hz_main3 .cont .index_more a {
  width: 245px;
}
.hz_main4 {
  padding-top: 120px;
}
.hz_main4 .form {
  width: 650px;
  height: 650px;
  background: #f7f7f7;
  padding: 40px 30px;
}
.hz_main4 .form .tit {
  font-size: 24px;
  color: #FF8706;
  line-height: 27px;
}
.hz_main4 .form .item {
  width: 100%;
  margin-top: 40px;
}
.hz_main4 .form .item .name {
  width: 60px;
  text-align: right;
  font-size: 20px;
  color: #696969;
  line-height: 60px;
}
.hz_main4 .form .item .name .abs {
  font-size: 29px;
  color: #FF8706;
  left: 0;
  top: -5px;
}
.hz_main4 .form .item .cont1 {
  margin-left: 80px;
}
.hz_main4 .form .item .cont1 .inp1 {
  height: 60px;
  background: #FFFFFF;
  border-radius: 3px;
  padding-left: 20px;
  padding-right: 20px;
  border: 0;
  font-size: 20px;
  width: 100%;
}
.hz_main4 .form .item .cont1 .f_radio {
  line-height: 60px;
  font-size: 20px;
  color: #696969;
  margin-right: 20px;
}
.hz_main4 .form .item .cont1 .f_radio.on .icon {
  background: url(../images/radio_bg2.png) no-repeat center center;
}
.hz_main4 .form .item .cont1 .f_radio .icon {
  width: 20px;
  height: 20px;
  margin-right: 13px;
  background: url(../images/radio_bg1.png) no-repeat center center;
}
.hz_main4 .form .form_item .item {
  width: 260px;
}
.hz_main4 .form .form_item .item1 {
  width: 300px;
}
.hz_main4 .form .form_item1 {
  margin-bottom: 40px;
}
.hz_main4 .form .form_item1 .item .btn1 {
  width: 221px;
  height: 60px;
  background: #FF8706;
  border-radius: 3px;
  border: 0;
  right: 0;
  top: 0;
  font-size: 20px;
  color: #FFFFFF;
}
.hz_main4 .form .form_btn {
  padding-top: 40px;
}
.hz_main4 .form .form_btn .btn2 {
  width: 200px;
  height: 60px;
  background: #FF8706;
  border-radius: 3px;
  border: 0;
  color: #fff;
  font-size: 30px;
}
.hz_main4 .cont {
  width: 570px;
  padding-top: 170px;
}
.hz_main4 .cont .tit {
  font-size: 36px;
  color: #000C32;
  line-height: 36px;
}
.hz_main4 .cont .note {
  font-size: 20px;
  color: #696969;
  line-height: 40px;
  margin-top: 25px;
}
.f_radio {
  cursor: pointer;
}
.hz_btm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 111;
}
.hz_tk {
  border-radius: 3px;
  background-color: #ffffff;
  width: 1180px;
  height: 790px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -395px;
  margin-left: -590px;
  z-index: 1115;
  padding-top: 70px;
  padding-left: 80px;
  padding-right: 80px;
}
.hz_tk .tit {
  font-size: 36px;
}
.hz_tk .form .form_item .item {
  width: 480px;
}
.hz_tk .form .form_item .item:nth-child(1) {
  float: left;
}
.hz_tk .form .form_item .item:nth-child(2) {
  float: right;
}
.hz_tk .form .item {
  margin-top: 40px;
}
.hz_tk .form .item .name {
  width: 130px;
  padding-left: 10px;
  font-size: 20px;
  color: #696969;
  line-height: 60px;
  text-align: right;
}
.hz_tk .form .item .name span.xing {
  color: #FF8706;
  position: relative;
  top: -8px;
}
.hz_tk .form .item .name span.dib {
  margin-left: 40px;
}
.hz_tk .form .item .cont {
  margin-left: 150px;
}
.hz_tk .form .item .cont .inp1 {
  width: 100%;
  height: 60px;
  background: #F7F7F7;
  border-radius: 3px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  border: 0;
}
.hz_tk .form .item .cont .textarea {
  width: 100%;
  height: 200px;
  background: #F7F7F7;
  font-size: 20px;
  border-radius: 3px;
  padding: 15px 20px;
  border: 0;
}
.hz_tk .form .item_btn {
  padding-top: 60px;
}
.hz_tk .form .item_btn .btn1 {
  width: 200px;
  height: 60px;
  background: #F7F7F7;
  border-radius: 3px;
  border: 0;
  font-size: 22px;
  color: #696969;
  margin-right: 80px;
}
.hz_tk .form .item_btn .btn2 {
  width: 200px;
  height: 60px;
  background: #FF8706;
  border-radius: 3px;
  border: 0;
  font-size: 22px;
  color: #fff;
}
.hz_tk .form .item_bot {
  padding-top: 20px;
  color: #696969;
  font-size: 18px;
}
.zm_nav {
  padding-top: 50px;
  font-size: 0;
}
.zm_nav a {
  width: 220px;
  height: 60px;
  background: #F7F7F7;
  border-radius: 3px;
  line-height: 60px;
  text-align: center;
  color: #696969;
  font-size: 22px;
  margin-left: 30px;
  margin-right: 30px;
}
.zm_nav a.on,
.zm_nav a:hover {
  color: #fff;
  background: #FF8706;
}
.zm_main {
  padding-top: 80px;
}
.zm_main .zm_list {
  padding-top: 20px;
  margin-left: -40px;
}
.zm_main .zm_list .item {
  margin-top: 40px;
  margin-left: 40px;
  background: #f7f7f7;
  width: 406px;
}
.zm_main .zm_list .item .pic img {
  width: 406px;
  height: 305px;
}
.zm_main .zm_list .item .tit {
  height: 145px;
  padding: 25px 45px 0;
}
.zm_main .zm_list .item .tit a {
  display: block;
  font-size: 20px;
  line-height: 32px;
  color: #686868;
  height: 96px;
  overflow: hidden;
}
.jm_main {
  padding-top: 80px;
  padding-bottom: 120px;
}
.jm_main .video {
  margin-top: 50px;
}
.jm_main .video video {
  object-fit: fill;
}
.jm_main1 .jm_m1 {
  margin-top: 40px;
}
.jm_main1 .jm_m1 .pic img {
  width: 1003px;
  height: 653px;
}
.jm_main1 .jm_m1 .m1_abs {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -284px;
  height: 568px;
  background: url(../images/zmbg1.jpg) no-repeat center center;
  background-size: cover!important;
  width: 684px;
  padding-top: 66px;
}
.jm_main1 .jm_m1 .m1_abs .item {
  margin-bottom: 20px;
}
.jm_main1 .jm_m1 .m1_abs .item .tit {
  margin-left: -30px;
  margin-right: -30px;
  font-size: 26px;
  color: #000C32;
  line-height: 26px;
}
.jm_main1 .jm_m1 .m1_abs .item .tit img {
  margin-left: 20px;
  margin-right: 20px;
}
.jm_main1 .jm_m1 .m1_abs .item .note {
  font-size: 20px;
  color: #696969;
  line-height: 40px;
  margin-top: 18px;
}
.jm_main2 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.jm_main2 .jm_m2 .pic img {
  width: 658px;
  height: 370px;
}
.jm_main2 .jm_m2 .cont {
  margin-right: 720px;
  padding-top: 66px;
}
.jm_main2 .jm_m2 .cont .tit {
  font-size: 30px;
  color: #000C32;
  line-height: 30px;
  margin-left: -60px;
  margin-right: -60px;
}
.jm_main2 .jm_m2 .cont .tit img {
  margin-left: 20px;
  margin-right: 20px;
}
.jm_main2 .jm_m2 .cont .note {
  font-size: 24px;
  color: #696969;
  line-height: 46px;
  margin-top: 25px;
}
.jm_main3 {
  background: #FF992B;
}
.jm_main3 .tit {
  font-size: 30px;
  color: #FFFFFF;
  line-height: 30px;
}
.jm_main3 .note {
  margin-top: 30px;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 46px;
}
.jm_main3 .index_more {
  margin-top: 75px;
}
.jm_main4 .xxkqh {
  margin-top: 60px;
}
.jm_main4 .index_more {
  margin-top: 80px;
}
.jm_main4 .item {
  width: 33.33%;
  overflow: hidden;
  cursor: pointer;
}
.jm_main4 .item:hover .pic .picspan {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.jm_main4 .item:hover .item_abs {
  bottom: 0;
}
.jm_main4 .item .pic img {
  width: 100%;
}
.jm_main4 .item .item_abs {
  bottom: -390px;
  left: 0;
  width: 100%;
}
.jm_main4 .item .item_abs .tit {
  height: 60px;
  background: rgba(0, 0, 0, 0.4);
  line-height: 60px;
  text-align: center;
  overflow: hidden;
  color: #fff;
  font-size: 24px;
}
.jm_main4 .item .item_abs .cont {
  background: rgba(255, 135, 6, 0.8);
  width: 100%;
  height: 390px;
  padding: 60px;
}
.jm_main4 .item .item_abs .cont .tit1 {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.jm_main4 .item .item_abs .cont .note {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
  margin-top: 22px;
  height: 180px;
  overflow: hidden;
}
.jm_main5 .jm_m5 {
  margin-top: 40px;
  position: relative;
}
.jm_main5 .jm_m5 .swiper-container {
  padding-bottom: 0px;
  margin-top: 60px;
}
.jm_main5 .jm_m5 .swiper_btn {
  bottom: 0px;
  left: 772px;
  margin-left: 0;
}
.jm_main5 .jm_m5 .swiper_btn .prev {
  width: 34px;
  height: 34px;
  left: 0;
  position: static;
  margin-top: 0;
  background-size: cover!important;
}
.jm_main5 .jm_m5 .swiper_btn .next {
  width: 34px;
  height: 34px;
  right: 0;
  position: static;
  margin-top: 0;
  background-size: cover!important;
}
.jm_main5 .jm_m5 .swiper-pagination-bullet {
  height: 2px;
  border-radius: 0!important;
  margin-left: 0!important;
  margin-right: 0!important;
  float: left;
  background: #D1D1D1;
  opacity: 1;
  position: relative;
}
.jm_main5 .jm_m5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #FF8706;
  top: -3px;
  height: 5px;
}
.fw_main .fw_m {
  margin-top: 60px;
}
.fw_main .fw_m .item {
  width: 620px;
}
.fw_main .fw_m .item:nth-child(2) {
  float: right;
}
.fw_main .fw_m .item .pic img {
  width: 620px;
  height: 349px;
}
.fw_main .fw_m .item .cont .tit {
  font-size: 26px;
  color: #000C32;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  margin-top: 35px;
}
.fw_main .fw_m .item .cont .note {
  font-size: 20px;
  color: #696969;
  line-height: 40px;
}
.fw_main1 .fw_m1 {
  padding-top: 60px;
}
.fw_main1 .fw_m1 .item {
  margin-top: 120px;
}
.fw_main1 .fw_m1 .item:nth-child(1) {
  margin-top: 0;
}
.fw_main1 .fw_m1 .item:nth-child(2n) .pic {
  float: right;
}
.fw_main1 .fw_m1 .item:nth-child(2n) .cont {
  left: 0;
}
.fw_main1 .fw_m1 .item .pic img {
  width: 620px;
  height: 349px;
}
.fw_main1 .fw_m1 .item .cont {
  position: absolute;
  left: 680px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 620px;
}
.fw_main1 .fw_m1 .item .cont .tit {
  font-size: 30px;
  color: #000C32;
  line-height: 30px;
  margin-left: -50px;
  margin-right: -50px;
}
.fw_main1 .fw_m1 .item .cont .tit img {
  margin-left: 20px;
  margin-right: 20px;
}
.fw_main1 .fw_m1 .item .cont .note {
  font-size: 20px;
  color: #696969;
  line-height: 40px;
  margin-top: 18px;
}
.fw_main2 .pub_note {
  color: #000C32;
}
.fw_main2 .pic1 {
  padding-top: 50px;
}
.fw_main2 .pic1 img {
  width: 100%;
}
.fw_main2 .note {
  font-size: 20px;
  color: #696969;
  line-height: 40px;
  margin-top: 30px;
}
.fw_main2 .index_more {
  margin-top: 70px;
}
.fw_main2 .index_more a {
  width: 245px;
}
.fw_main3 {
  padding-top: 120px;
}
.fw_main3 .pic1 {
  margin-top: 40px;
}
.fw_main3 .pic1 img {
  width: 100%;
}
.zh_main {
  padding-top: 80px;
  padding-bottom: 120px;
}
.zh_main .pic1 {
  padding-top: 40px;
}
.zh_main .pic1 img {
  width: 100%;
}
.zh_main1 {
  background: #FF8706;
}
.zh_main1 .w {
  width: 1378px;
}
.zh_main1 .item {
  width: 446px;
  height: 644px;
  margin-left: 20px;
  background: #fff;
  padding: 20px;
  margin-top: 60px;
}
.zh_main1 .item:nth-child(1) {
  margin-left: 0;
}
.zh_main1 .item .pic {
  overflow: hidden;
  border-radius: 3px;
}
.zh_main1 .item .pic > img {
  width: 406px;
  height: 305px;
  object-fit: cover;
}
.zh_main1 .item .cont {
  padding-top: 30px;
}
.zh_main1 .item .cont .tit {
  font-size: 24px;
  color: #000C32;
  line-height: 24px;
}
.zh_main1 .item .cont .cont1 {
  padding-top: 10px;
}
.zh_main1 .item .cont .cont1 p {
  margin-top: 5px;
  padding-left: 24px;
  position: relative;
  font-size: 20px;
  color: #696969;
  line-height: 36px;
}
.zh_main1 .item .cont .cont1 p:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 13px;
  background: #FF8706;
}
.zh_main2 .zh_m2 {
  margin-top: 60px;
}
.zh_main2 .zh_m2 .swiper-slide {
  width: 406px;
}
.zh_main2 .zh_m2 .swiper-slide .cont {
  padding-top: 20px;
}
.zh_main2 .zh_m2 .swiper-slide .cont .note {
  font-size: 20px;
  color: #696969;
  line-height: 40px;
}
.zh_main2 .zh_m2 .swiper-container {
  padding-bottom: 70px;
}
.zh_main2 .zh_m2 .swiper_btn {
  bottom: 0;
}
.zh_main3 .cont {
  /*padding-top: 96px;*/
}
.zh_main3 .cont .cont1 {
  padding-top: 35px;
}
.zh_main3 .cont .cont1 .item {
  font-size: 30px;
  color: #000C32;
  margin-top: 10px;
  line-height: 40px;
  position: relative;
  padding-left: 32px;
  width: 80%;
}
.zh_main3 .cont .cont1 .item:before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 12px;
  background: url(../images/xiaolingxing.png) no-repeat center center;
}
.zh_main4 .zh_m4 {
  margin-top: 60px;
}
.zh_main4 .zh_m4 img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.zh_main5 .zh_m5 {
  margin-top: 60px;
  height: 812px;
  background: url(../images/zuobiao.png) no-repeat center center;
  text-align: center;
}
.zh_main5 .zh_m5 .item {
  float: none;
  display: inline-block;
  margin-left: 92px;
  margin-right: 92px;
  margin-top: 80px;
}
.zh_main5 .zh_m5 .item:nth-child(1),
.zh_main5 .zh_m5 .item:nth-child(2) {
  margin-top: 48px;
}
.zh_main5 .zh_m5 .item:hover .pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.zh_main5 .zh_m5 .item .pic {
  width: 450px;
  height: 338px;
}
.zh_main5 .zh_m5 .item .pic img {
  width: 450px;
  height: 338px;
}
.zh_main5 .zh_m5 .item .item_abs {
  height: 80px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 80px;
  font-size: 20px;
  color: #FFFFFF;
}
.zh_main6 .zh_m6 {
  margin-top: -20px;
}
.zh_main6 .zh_m6 > .item {
  margin-top: 80px;
  width: 415px;
  margin-left: 26px;
}
.zh_main6 .zh_m6 > .item:nth-child(3n+1) {
  margin-left: 0;
}
.zh_main6 .zh_m6 > .item .xh {
  font-size: 35px;
  font-weight: 500;
  color: #FF8706;
  line-height: 35px;
}
.zh_main6 .zh_m6 > .item .cn {
  font-size: 30px;
  color: #000C32;
  line-height: 30px;
  margin-top: 29px;
  padding-bottom: 20px;
  border-bottom: solid 1px #bfbfbf;
}
.zh_main6 .zh_m6 > .item .note {
  padding-top: 15px;
  padding-bottom: 15px;
  height: 150px;
  border-bottom: solid 1px #bfbfbf;
}
.zh_main6 .zh_m6 > .item:nth-child(4) .note,
.zh_main6 .zh_m6 > .item:nth-child(5) .note,
.zh_main6 .zh_m6 > .item:nth-child(6) .note {
  height: 190px;
}
.zh_main6 .zh_m6 > .item .note .item {
  font-size: 18px;
  font-weight: 400;
  color: #696969;
  line-height: 40px;
  padding-left: 16px;
  margin-right: -10px;
  position: relative;
}
.zh_main6 .zh_m6 > .item .note .item:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FF8706;
  position: absolute;
  left: 0;
  top: 17px;
}
.zh_main6 .zh_m6 > .item .pic {
  margin-top: 30px;
}
.hl_main1 {
  padding-bottom: 113px;
  margin-top: -10px;
}
.hl_main1 .cont {
  width: 495px;
  overflow: hidden;
  padding-top: 70px;
}
.hl_main1 .cont .tit {
  font-size: 30px;
  color: #000C32;
  line-height: 30px;
  margin-left: -122px;
  margin-right: -122px;
  text-align: center;
}
.hl_main1 .cont .tit img {
  margin-left: 20px;
  margin-right: 20px;
}
.hl_main1 .cont .note {
  font-size: 20px;
  color: #696969;
  line-height: 40px;
  margin-top: 15px;
}
.hl_main1 .cont .pic1 {
  margin-top: 50px;
}
.hl_main1 .m1_right {
  width: 746px;
  position: relative;
}
.hl_main1 .m1_right .swiper-container {
  padding-bottom: 94px;
}
.hl_main1 .m1_right .swiper_btn {
  bottom: 0px;
  left: 0px;
  margin-left: 0;
}
.hl_main1 .m1_right .swiper_btn .prev {
  width: 34px;
  height: 34px;
  left: 0;
  position: static;
  margin-top: 0;
  background-size: cover!important;
}
.hl_main1 .m1_right .swiper_btn .next {
  width: 34px;
  height: 34px;
  right: 0;
  position: static;
  margin-top: 0;
  background-size: cover!important;
}
.hl_main1 .m1_right .swiper_nav {
  width: 573px!important;
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.hl_main1 .m1_right .swiper-pagination-bullet {
  height: 2px;
  border-radius: 0!important;
  margin-left: 0!important;
  margin-right: 0!important;
  float: left;
  background: #D1D1D1;
  opacity: 1;
  position: relative;
}
.hl_main1 .m1_right .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #FF8706;
  top: -3px;
  height: 5px;
}
.hl_main2 {
  background: url(../images/bgtp4.jpg) no-repeat center center;
  background-size: cover!important;
}
.hl_main2 .pub_tit1 {
  color: #fff;
}
.hl_main2 .pub_note {
  color: #fff;
}
.hl_main3 {
  padding-top: 120px;
}
.hl_main3 .pic1 {
  background: #FF8706;
  border-radius: 3px;
}
.hl_main3 .pic1 .pic {
  position: relative;
  top: -10px;
  border-radius: 3px;
  left: 10px;
}
.hl_main3 .pic1 .pic img {
  width: 658px;
  height: 494px;
}
.hl_main3 .cont {
  position: absolute;
  left: 750px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.zy_main {
  padding-top: 80px;
  padding-bottom: 120px;
}
.zy_main .pub_note {
  margin-left: -30px;
  margin-right: -30px;
  text-align: center;
}
.zy_main .cont {
  padding-top: 70px;
  margin-left: -430px;
  margin-right: -50px;
}
.zy_main .cont .item {
  margin-left: 360px;
}
.zy_main .cont .item .tit {
  font-size: 20px;
  color: #696969;
}
.zy_main .cont .item .tit span {
  font-size: 80px;
  color: #FF8706;
  line-height: 80px;
}
.zy_main .cont .item .hengxian {
  width: 70px;
  height: 2px;
  background: #FF8706;
  margin-top: 20px;
  margin-bottom: 30px;
}
.zy_main .cont .item .note {
  font-size: 20px;
  color: #696969;
  line-height: 20px;
}
.zy_main1 {
  background: url(../images/bgtp5.jpg) no-repeat center center;
  background-size: cover!important;
}
.zy_main1 .zy_m1 {
  margin-top: 57px;
}
.zy_main1 .zy_m1 .item {
  width: 363px;
  margin-left: 105px;
}
.zy_main1 .zy_m1 .item:nth-child(1) {
  margin-left: 0;
}
.zy_main1 .zy_m1 .item .tit {
  line-height: 30px;
  font-size: 30px;
  color: #FFFFFF;
}
.zy_main1 .zy_m1 .item .note {
  margin-top: 30px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 100px;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 40px;
  height: 140px;
  overflow: hidden;
}
.zy_main2 .zy_left {
  width: 50%;
  background: #F7F7F7;
}
.zy_main2 .zy_left:nth-child(2) {
  background: #F2F2F2;
}
.zy_main2 .zy_left .conta {
  width: 550px;
}
.zy_main2 .zy_left .conta .icon img {
  width: 218px;
  height: 218px;
  border-radius: 50%;
}
.zy_main2 .zy_left .conta .tit {
  font-size: 30px;
  color: #000C32;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}
.zy_main2 .zy_left .conta .note {
  font-size: 20px;
  color: #696969;
  line-height: 40px;
  height: 120px;
  overflow: hidden;
  margin-bottom: 35px;
}
.zy_main2 .zy_left .conta .cont {
  padding-top: 40px;
  border-top: solid 1px #bfbfbf;
}
.zy_main2 .zy_left .conta .cont .tit1 {
  font-size: 26px;
  color: #696969;
  line-height: 26px;
}
.zy_main2 .zy_left .conta .cont .note1 {
  margin-left: -30px;
  margin-right: -30px;
  padding-top: 10px;
}
.zy_main2 .zy_left .conta .cont .note1 .item {
  font-size: 20px;
  color: #696969;
  line-height: 40px;
  padding-left: 12px;
  position: relative;
  margin-left: 30px;
}
.zy_main2 .zy_left .conta .cont .note1 .item:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #FF992B;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.zy_main3 .cont {
  padding-top: 55px;
  margin-left: -190px;
}
.zy_main3 .cont .item {
  width: 306px;
  margin-left: 190px;
}
.zy_main3 .cont .item .tit {
  font-size: 24px;
  color: #000C32;
  line-height: 24px;
  padding-bottom: 36px;
  padding-top: 18px;
  border-bottom: solid 1px #bfbfbf;
}
.zy_main3 .cont .item .note {
  margin-top: 18px;
  height: 80px;
  font-size: 20px;
  color: #696969;
  line-height: 40px;
}
.zy_main3 .cont .item .pic {
  margin-top: 22px;
}
.zy_main3 .cont .item .pic img {
  width: 100%;
}
.zy_main4 {
  background: #f7f7f7;
}
.zy_main4 .cont {
  padding-top: 40px;
}
.zy_main4 .cont .cont1 {
  width: 1000px;
  margin-top: -53px;
}
.zy_main4 .cont .cont1 .item {
  margin-top: 53px;
  margin-left: 120px;
}
.zy_main4 .cont .cont1 .item:nth-child(3n+1) {
  margin-left: 0;
}
.zy_main4 .cont .cont1 .item .pic img {
  width: 235px;
  height: 132px;
}
.zy_main4 .cont .cont2 {
  width: 235px;
}
.zy_main4 .cont .cont2 .item .pic img {
  width: 235px;
  height: 380px;
}
.zy_main4 .cont .item .tit {
  margin-top: 26px;
}
.zy_main4 .cont .item .tit span {
  font-size: 24px;
  color: #000C32;
  line-height: 28px;
  border-bottom: solid 1px #FF8706;
  padding-bottom: 7px;
}
.zy_main5 .zy_left {
  width: 626px;
  position: relative;
}
.zy_main5 .zy_left .pic {
  border-radius: 3px;
  overflow: hidden;
}
.zy_main5 .zy_left .pic img {
  width: 626px;
  height: 352px;
}
.zy_main5 .zy_left .swiper-container {
  padding-bottom: 70px;
}
.zy_main5 .zy_left .swiper_btn {
  bottom: 0;
  left: 0;
  right: auto;
  margin-left: 0;
  margin-right: 0;
}
.zy_main5 .zy_left .swiper_btn .prev {
  width: 34px;
  height: 34px;
  left: 0;
  position: static;
  margin-top: 0;
  background-size: cover!important;
}
.zy_main5 .zy_left .swiper_btn .next {
  width: 34px;
  height: 34px;
  right: 0;
  position: static;
  margin-top: 0;
  background-size: cover!important;
}
.zy_main5 .zy_left .swiper-pagination {
  width: 452px!important;
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: 0;
}
.zy_main5 .zy_left .swiper-pagination-bullet {
  height: 2px;
  border-radius: 0!important;
  margin-left: 0!important;
  margin-right: 0!important;
  float: left;
  opacity: 1;
  position: relative;
}
.zy_main5 .zy_left .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  top: -3px;
  height: 5px;
}
.zy_main5 .zy_right {
  width: 610px;
}
.zy_main5 .zy_right .cont {
  padding-top: 30px;
}
.zy_main5 .zy_right .cont .item {
  font-size: 20px;
  color: #000C32;
  line-height: 36px;
  margin-top: 10px;
  position: relative;
  padding-left: 26px;
}
.zy_main5 .zy_right .cont .item:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #FF8706;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 15px;
}
.zy_main6 .cont {
  padding-top: 20px;
}
.zy_main6 .cont .cont1 {
  width: 630px;
}
.zy_main6 .cont .cont1 .item {
  width: 265px;
  margin-left: 100px;
  margin-top: 60px;
}
.zy_main6 .cont .cont1 .item .tit {
  font-size: 30px;
  color: #000C32;
  line-height: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #bfbfbf;
}
.zy_main6 .cont .cont1 .item .tit span {
  font-size: 35px;
  color: #FF8706;
  line-height: 30px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.zy_main6 .cont .cont1 .item .note {
  font-size: 20px;
  color: #696969;
  line-height: 40px;
  height: 140px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  border-bottom: solid 1px #bfbfbf;
}
.zy_main6 .cont .cont1 .item:nth-child(2n+1) {
  margin-left: 0;
}
.zy_main6 .cont .cont2 {
  font-size: 24px;
  color: #000C32;
  line-height: 24px;
  padding-top: 65px;
  width: 550px;
}
.zy_main6 .cont .cont2 .pic1 {
  padding-top: 0px;
}
.zy_main6 .cont .cont2 .pic1 img {
  width: 775px;
}
*::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(255, 143, 24, 0.8);
  background: rgba(255, 143, 24, 0.8);
}
*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(255, 143, 24, 0.2);
  border-radius: 0;
  background: rgba(255, 143, 24, 0.1);
}
.yy_btm1 {
  position: fixed;
  z-index: 3111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.yy_tka {
  width: 1180px;
  height: 790px;
  background: url(../images/hudie.png) no-repeat center bottom #FF8F18;
  background-size: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 3112;
  margin-top: -395px;
  margin-left: -590px;
  padding-top: 80px;
  padding-left: 88px;
  padding-right: 88px;
  display: none;
}
.yy_tka .tit {
  font-size: 36px;
  color: #FFFFFF;
  line-height: 36px;
}
.yy_tka .tit1 {
  margin-top: 60px;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 20px;
}
.yy_tka .cont {
  margin-left: -100px;
}
.yy_tka .cont input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: white;
}
.yy_tka .cont input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
}
.yy_tka .cont input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
}
.yy_tka .cont input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: white;
}
.yy_tka .cont .item {
  width: 450px;
  margin-left: 100px;
  font-size: 0;
  margin-top: 60px;
}
.yy_tka .cont .item .cont1 {
  margin-left: 90px;
}
.yy_tka .cont .item .cont1 .inp1 {
  height: 60px;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  background: none;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  font-size: 20px;
  width: 100%;
}
.yy_tka .cont .item .cont1 .inp1.inp2 {
  width: 180px;
}
.yy_tka .cont .item .cont1 .btn2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 172px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 3px;
  color: #FF8F18;
  font-size: 20px;
  border: 0;
}
.yy_tka .cont .item .name {
  width: 80px;
  color: #fff;
  line-height: 60px;
  font-size: 20px;
}
.yy_tka .cont .item .name span {
  margin-left: 20px;
  display: inline-block;
}
.yy_tka .yy_btn {
  padding-top: 180px;
}
.yy_tka .yy_btn .btn_reset {
  width: 200px;
  height: 60px;
  background: #F7F7F7;
  border-radius: 3px;
  font-size: 22px;
  color: #696969;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  margin-right: 80px;
}
.yy_tka .yy_btn .btn1 {
  width: 200px;
  height: 60px;
  background: #FF8706;
  border-radius: 3px;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 60px;
  border: 0;
}
.yy_tka .yy_bot {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 53px;
  padding-top: 15px;
}
.yy_tka .yy_bot input {
  position: relative;
  top: -2px;
  border: solid 1px #fff;
}
.f_select3 {
  width: 100%;
  height: 60px;
  border: solid 1px #fff;
  padding: 0 20px;
  border-radius: 3px;
}
.f_select3 .note {
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  background: url(../images/xiajian.png) no-repeat 97% center;
}
.f_select3 .note.on {
  background: url(../images/shangjian.png) no-repeat 97% center;
}
.f_select3 .f_xl {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  display: none;
}
.f_select3 .f_xl ul li {
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
  font-size: 20px;
  color: #696969;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.f_select3 .f_xl ul li:hover {
  background: #FF8706;
  padding-left: 40px;
  color: #fff;
}
.details_main .contaa .item {
  margin-top: 50px;
}
.details_main .contaa .item .tit {
  color: #000c32;
  font-size: 24px;
}
.details_main .contaa .item .note {
  color: #696969;
  font-size: 20px;
  line-height: 40px;
}
.about_main2 {
  background: url(../images/lichengbg.jpg) no-repeat center center;
}
.about_main2 .pub_tit1 {
  color: #fff;
}
.about_main2 .about_m2 {
  padding-top: 60px;
}
.about_main2 .about_m2 .left {
  height: 705px;
  width: 115px;
}
.about_main2 .about_m2 .left .prev1 {
  position: absolute;
  width: 70px;
  height: 30px;
  background: url(../images/lichengshangjian.png) no-repeat center center;
  top: -45px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
}
.about_main2 .about_m2 .left .next1 {
  position: absolute;
  width: 70px;
  height: 30px;
  background: url(../images/lichengxiajian.png) no-repeat center center;
  bottom: -45px;
  left: 0px;
  cursor: pointer;
}
.about_main2 .about_m2 .left .swiper-container {
  height: 705px;
}
.about_main2 .about_m2 .left .swiper-slide {
  height: auto;
}
.about_main2 .about_m2 .left .swiper-slide.on .tit {
  color: #ff8706;
  font-size: 20px;
  font-weight: bold;
}
.about_main2 .about_m2 .left .swiper-slide.on .list {
  display: block;
}
.about_main2 .about_m2 .left .swiper-slide .tit {
  color: #696969;
  font-size: 16px;
  width: 70px;
  height: 34px;
  background: #FFFFFF;
  border-radius: 3px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
}
.about_main2 .about_m2 .left .swiper-slide .list {
  display: none;
  position: relative;
  top: 10px;
}
.about_main2 .about_m2 .left .swiper-slide .list .item {
  height: 22px;
  position: relative;
}
.about_main2 .about_m2 .left .swiper-slide .list .item:hover a,
.about_main2 .about_m2 .left .swiper-slide .list .item.on a {
  width: 110px;
  height: 10px;
  margin-top: -5px;
}
.about_main2 .about_m2 .left .swiper-slide .list .item:hover a span,
.about_main2 .about_m2 .left .swiper-slide .list .item.on a span {
  opacity: 1;
  right: 0;
}
.about_main2 .about_m2 .left .swiper-slide .list .item a {
  display: block;
  position: absolute;
  width: 40px;
  height: 5px;
  background: #FFFFFF;
  border-radius: 3px;
  margin-top: 16px;
  top: 50%;
  left: 0;
  margin-top: -3px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.about_main2 .about_m2 .left .swiper-slide .list .item a span {
  position: absolute;
  opacity: 0;
  right: -50px;
  bottom: 10px;
  color: #ffffff;
  font-size: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.about_main2 .about_m2 .right {
  margin-left: 205px;
  margin-top: 90px;
}
.about_main2 .about_m2 .right .right_tit {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.about_main2 .about_m2 .right .right_tit .month {
  font-size: 150px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 150px;
}
.about_main2 .about_m2 .right .right_tit .year {
  font-size: 34px;
  color: #FFFFFF;
  margin-top: -10px;
}
.about_main2 .about_m2 .right .swiper-slide .note {
  width: 525px;
  padding-right: 80px;
  padding-top: 230px;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
}
.about_main2 .about_m2 .right .swiper-slide .pic {
  position: absolute;
  right: 0;
  top: 0;
  left: 525px;
}
.about_main2 .about_m2 .right .swiper-slide .pic img {
  width: 100%;
}
.about_main2 .about_m2 .right .swiper-container {
  padding-bottom: 70px;
  height: 660px;
}
.about_main2 .about_m2 .right .swiper_btn {
  bottom: 0;
  left: 0;
  right: auto;
  margin-left: 0;
  margin-right: 0;
}
.about_main2 .about_m2 .right .swiper_btn .prev {
  width: 34px;
  height: 34px;
  left: 0;
  position: static;
  margin-top: 0;
  background-size: cover!important;
}
.about_main2 .about_m2 .right .swiper_btn .next {
  width: 34px;
  height: 34px;
  right: 0;
  position: static;
  margin-top: 0;
  background-size: cover!important;
}
.about_main2 .about_m2 .right .swiper-pagination {
  width: 910px!important;
  left: 200px!important;
  right: auto;
  margin-left: 0;
  margin-right: 0;
}
.about_main2 .about_m2 .right .swiper-pagination-bullet {
  height: 2px;
  border-radius: 0!important;
  margin-left: 0!important;
  margin-right: 0!important;
  float: left;
  opacity: 1;
  position: relative;
}
.about_main2 .about_m2 .right .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  top: -3px;
  height: 5px;
}
.jum_list {
  margin-left: -40px;
  margin-right: -40px;
  padding-bottom: 0;
}
.jum_list .item {
  padding-left: 40px;
  padding-right: 40px;
  width: 50%;
  margin-top: 80px;
}
.jum_list .item .item1 {
  background: #f7f7f7;
}
.jum_list .item .item1:hover .cont .tit a {
  color: #ff8706;
}
.jum_list .item .item1:hover .cont .note {
  color: #ff8706;
}
.jum_list .item .item1:hover .cont .more1 a {
  color: #ff8706;
}
.jum_list .item .item1:hover .cont .more1 a .icon {
  margin-left: 35px;
  background: url(../images/youhuangjian.png) no-repeat center center;
}
.jum_list .item .item1 .pic {
  border-radius: 5px 5px 0 0;
}
.jum_list .item .item1 .cont {
  padding: 30px 40px;
}
.jum_list .item .item1 .cont .tit a {
  color: #000c32;
  font-size: 24px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.jum_list .item .item1 .cont .note {
  color: #696969;
  font-size: 20px;
  line-height: 36px;
  height: 72px;
  margin-top: 5px;
  overflow: hidden;
}
.jum_list .item .item1 .cont .more1 a {
  font-size: 22px;
  color: #000C32;
  line-height: 22px;
}
.jum_list .item .item1 .cont .more1 a .icon {
  width: 24px;
  height: 24px;
  background: url(../images/youheijian.png) no-repeat center center;
  margin-left: 28px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.f_checkbox1 {
  width: 14px;
  height: 14px;
  cursor: pointer;
  background: url(../images/xjyuanquan1.png) no-repeat center center;
}
.f_checkbox1.style2 {
  background: url(../images/xjyuanquan11.png) no-repeat center center;
}
.f_checkbox1.style2.on {
  background: url(../images/xjduigou11.png) no-repeat center center;
}
.f_checkbox1 .f_cbox {
  top: -100px;
  left: 0;
  opacity: 0;
}
.f_checkbox1.on {
  background: url(../images/xjduigou1.png) no-repeat center center;
}
.textarea {
  resize: none;
}
.swiper-container {
  width: 100%;
}

/*2022 10 25 首页-最新活动	模块大，直接等比缩小*/
 .index_main5 .index_m51 .cont_abs {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 550px;
  }
  .index_main5 .index_m51 .cont_abs ul {
    margin-bottom: 0;
  }
  .index_main5 .index_m51 .cont_abs ul li {
    background: #F7F7F7;
    padding: 35px;
  }
  .index_main5 .index_m51 .cont_abs ul li .date {
    width: 185px;
    color: #696969;
    font-size: 20px;
  }
  .index_main5 .index_m51 .cont_abs ul li .cont2 {
    margin-left: 185px;
  }
  .index_main5 .index_m51 .cont_abs ul li .cont2 .tit {
    font-size: 18px;
    line-height: 18px;
    color: #696969;
  }
  .index_main5 .index_m51 .cont_abs ul li .cont2 .more {
    padding-top: 28px;
  }
  .index_main5 .index_m51 .cont_abs ul li .cont2 .more a {
    color: #696969;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
  }
  .index_main5 .index_m51 .cont_abs ul li .cont2 .more a .jian {
    width: 18px;
    height: 12px;
    margin-left: 30px;
    background: url(../images/heijian1.png) no-repeat center center;
  }
.f_select.f_select2 .f_xl {
  padding-bottom: 30px;
}
/* 下拉框更多*/
.select-more-btn {
    width: 100%;
    height: 36px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #696969;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    opacity: 0.5;
}
.select-more-btn i {
    display: block;
    width: 20px;
    height: 36px;
    background: url(../images/xiajian1.png) no-repeat center center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}


/* 20221107 新闻资讯banner 开始*/
.news_banner .swiper-slide a {
    height: 673px;
}
.news_banner .swiper-slide a > img {
    width: 67.55%;
    height: 100%;
    object-fit: cover;
}
.news_banner .info {
    width: 67.70%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.news_banner .info::before {
    content: "";
    width: 53.07%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,135,6,1));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.news_banner .info::after {
    content: "";
    width: 47.93%;
    height: 100%;
    background: #FF8706;
    position: absolute;
    top: 0;
    right: 0;
}
.news_banner .info-con {
    width: 39%;
    height: 100%;
    margin-left: 50.30%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.news_banner .info-con .item_abs1 {
    width: 100%;
    height: 172px;
    font-size: 54px;
    color: #FFFFFF;
    line-height: 86px;
    text-shadow: 0px 3px 0px rgba(247,81,0,0.27);
    margin-top: 104px;
    margin-bottom: 44px;
    text-align: left;
}
.news_banner .info-con .item_abs2 {
    width: 100%;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 32px;
    text-shadow: 0px 3px 0px rgba(247,81,0,0.27);
    margin-bottom: 40px;
    margin-left: 7px;
}
.news_banner .info-con .date {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
    margin-left: 9px;
}
.news_banner .info-con .more-btn {
    margin-top: 82px;
    margin-left: 8px;
}
.news_banner .info-con .more-btn span {
    width: 200px;
    height: 66px;
    border-radius: 3px;
    line-height: 66px;
    text-align: center;
    font-size: 22px;
    background: #fff;
    color: #FF8706;
}
.news_banner .info-con .more-btn span img {
    margin-left: 45px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.news_banner .info-con .more-btn span:hover img {
    margin-left: 55px;
}
/* 20221107 新闻资讯banner 结束*/
.sq_main4 .swiper-slide .pic > img {
  height: 306px;
}
.zy_main2 .zy_left .conta .cont .note1 {
  text-align: left;
}
.hotel_main6 .swiper-container .swiper-wrapper {
  height: 435px;
}
.hotel_main6 .swiper-slide .pic {
  height: 100%;
}
.hotel_main6 .swiper-slide .pic, .hotel_main6 .swiper-slide .pic img {
  height: 100%;
}
.hotel_main6 .swiper-slide .pic .picspan {
    background-size: 100% 100% !important;
}
/* 2022-11-21 新增版面开始 */
/* 首页 */
.index_main2 .index_m1,.index_main2 .index_m2 {
  margin-top: 60px;
}
.index_m1 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index_m1 .left,.index_m1 .right {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.index_m1 .left img {
  width: 100%;
  display: block;
}
.index_m1 .right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 6.25% 6.19% 6.25% 5.15%;
  background: linear-gradient(267deg, #FF8706 0%, #FF9E06 100%);
}
.index_m1 .right .title {
  font-size: 36px;
  line-height: 36px;
  color: #fff;
}
.index_m1 .right .con {
  margin-left: 1px;
  height: 80px;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  margin-top: 2.7%;
  margin-bottom: 9.58%;
}
.index_m1 .right .index_more {
  margin: 0;
  margin-left: 2px;
}
/* 活力生活 */
.hl_new.jm_main1 .jm_m1 {
  width: 1400px;
}
.hl_new.jm_main1 .jm_m1 .pic img {
  width: 898px;
  height: 651px;
}
.hl_new.jm_main1 .jm_m1 .m1_abs {
  left: 0;
}
/* 泰康居民体系 */
.jm_new.jm_main1 .jm_m1 .pic img {
  width: 1003px;
  height: 588px;
}
.jm_new.jm_main1 .jm_m1 .m1_abs {
  margin-top: -192.5px;
  width: 684px;
  height: 385px;
  padding-top: 66px;
  background: url(../images/zmbg1.jpg) no-repeat center bottom;
  background-size: cover !important;
}
/* 活力生活 乐龄运动-改 */
.hl_main3 .cont {
    position: absolute;
    left: 750px;
    top: 0;
    right: 0;
    bottom: 0;
}
.hl_main3 .cont .cont-con {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* 酒店详情-改 */
.hotel_main .cont .cont_top .item:last-child {
    margin-right: 0;
}
/* 首页 居民心声 */
.index_main4 .index_m4 .swiper-slide .cont {
    padding-top: 24px;
    margin-left: 325px;
}
.index_main4 .index_m4 .swiper-slide .cont .cont_top .touxiang {
    width: 152px;
    height: 152px;
    border-radius: 100%;
    overflow: hidden;
}
.index_main4 .index_m4 .swiper-slide .cont .cont_top .touxiang img {
    width: 152px;
    height: 152px;
}
.index_main4 .index_m4 .swiper-slide .cont .cont_top .cont1 {
    margin-left: 182px;
    padding-top: 40px;
}
.index_main4 .index_m4 .swiper-slide .cont .cont_top .cont1 .tit {
    color: #fff;
    font-size: 24px;
}
.index_main4 .index_m4 .swiper-slide .cont .cont_top .cont1 .note {
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
}
.index_main4 .index_m4 .swiper-slide .cont .cont_bot {
    margin-top: 30px;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
}
/* 泰康居民 居民组织 */
.jm_main5 .jm_m5 .pic1 {
  position: relative;
}
.jm_main5 .jm_m5 .pic1 .pic {
  position: relative;
  top: -23px;
  left: -18px;
}
.jm_main5 .jm_m5 .pic1 .pic img {
  width: 700px;
  height: 460px;
}
.jm_main5 .jm_m5 .pic1:before {
  content: '';
  width: 677px;
  height: 421px;
  background: #FF8706;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.jm_main5 .jm_m5 .cont {
  height: 435px;
  position: relative;
}
.jm_main5 .jm_m5 .cont .cont-con {
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.jm_main5 .jm_m5 .cont .cont-con .tit {
  font-size: 30px;
  color: #000C32;
  line-height: 30px;
  text-align: center;
}
.jm_main5 .jm_m5 .cont .cont-con .tit img {
  height: 20px;
}
.jm_main5 .jm_m5 .cont .cont-con .tit img:nth-child(1) {
  margin-right: 20px;
}
.jm_main5 .jm_m5 .cont .cont-con .tit img:nth-child(2) {
  margin-left: 20px;
}
.jm_main5 .jm_m5 .cont .cont-con .note {
  font-size: 24px;
  color: #696969;
  line-height: 46px;
  margin-top: 30px;
  height: 276px;
  overflow: hidden;
}
.jm_main5 .jm_m5 .swiper_nav {
  width: 324px!important;
}
.about_main1 .swiper-slide {
  width: 406px;
  margin-right: 41px;
}
.index_m2.on>.m2_item .item_abs1{
  opacity: 1!important;
  -webkit-transform:scale(1)!important;
  transform:scale(1)!important;
}
/* 2022-11-21 新增版面结束 */
.sq_main6 .con1 > ul li .right .accordion-p {
  color: #FF8706;
}
/* 2022-12-29 修改 */
.hz_main4 .form .item.item_yq {
  margin-top: 0;
  margin-bottom: 40px;
}
.hz_main4 .form .item.item_yq .f_select3 {
  height: 60px;
  background: #FFFFFF;
  border-radius: 3px;
  padding-left: 20px;
  padding-right: 20px;
  border: 0;
  font-size: 20px;
  width: 100%;
}
.hz_main4 .form .item.item_yq .f_select3 .note {
  color: #333333;
  font-size: 20px;
  line-height: 60px;
  background: url(../images/xiajian1.png) no-repeat 97% center;
}
.hz_main4 .form .item.item_yq .f_select3 .note.on {
  background: url(../images/shangjian1.png) no-repeat 97% center;
}
.hz_main4 .form .item.item_yq .f_select3 .f_xl {
  z-index: 1;
}
/* swiper前后按钮样式修改 燕园页面 */
/* .sq_main2 .swiper-container-son {
    width: 590px;
    height: 365px;
    margin: 0;
    padding: 0;
    float: left;
}
.sq_main2 .swiper-button-next, .sq_main2 .swiper-container-rtl .sq_main2 .swiper-button-prev {
    background-image: url("../images/jt_right.png");
}
.sq_main2 .swiper-button-prev, .sq_main2 .swiper-container-rtl .sq_main2 .swiper-button-next {
    background-image: url("../images/jt_left.png");
}
.sq_main2 .swiper-button-next, .sq_main2 .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-size: 100%;
}
.sq_main2 .swiper-button-next.swiper-button-disabled, .sq_main2 .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
.sq_main2 .swiper-button-prev.swiper-button-disabled {
    background-image: url("../images/jt_left_disabled.png");
}
.sq_main2 .swiper-button-next.swiper-button-disabled {
    background-image: url("../images/jt_right_disabled.png");
} */
/* swiper前后按钮样式修改 燕园页面 */

.details_main .cont p, .details_main .cont p span {
  /* font-size: 20px !important;
  color: #696969 !important;
  line-height: 40px !important; */
  font-family: "cn" !important;
}
.sq_main2 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #FF8706;
}
/* 230424 新闻资讯 面包屑+标签列表 开始 */
.crumb {
  height: 18px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.crumb a {
  font-size: 18px;
  color: #696969;
  line-height: 18px;
}
.crumb a.active {
  color: #000C32;
}
.tags {
  width: 100%;
  height: auto;
  max-height: 80px;
  overflow: hidden;
  text-align: left;
  margin-top: 28px;
}
.tags .tags-item {
  display: inline-block;
  height: 30px;
  padding: 0 28px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: rgba(255,135,6,0.1);
  border: 1px solid #FF8706;
  border-radius: 3px;
  font-size: 16px;
  color: #FF8706;
  line-height: 28px;
  cursor: pointer;
}
/* 230424 新闻资讯 面包屑+标签列表 结束 */
/* 230609 记忆照护-团队支持 图片 */
.zh_main3 .pic img {
  width: 650px;
  height: 366px;
  /* object-fit: cover; */
}